Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the tests work again | Přemysl Janouch | 2014-09-28 | 1 | -19/+17 |
| | | | | Our UTF-8 parsing now behaves differently, though. | ||||
* | Added a termkey_is_started() accessor; unit test it a bit | Paul LeoNerd Evans | 2012-03-08 | 1 | -1/+10 |
| | |||||
* | Added (undocumented) termkey_get_buffer_size() | Paul LeoNerd Evans | 2012-02-13 | 1 | -1/+3 |
| | |||||
* | Use termkey_new_abstract() in unit tests | Paul LeoNerd Evans | 2012-01-26 | 1 | -2/+2 |
| | |||||
* | Allow passing fd = -1 to constructor to make an instance not associated with ↵ | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+1 |
| | | | | an fd; must use push_bytes to provide it input | ||||
* | #include termkey.h from the correct path in unit tests | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Remember to exit with exit_status() from unit testing | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Created a little Test::More-like library for TAP testing | Paul LeoNerd Evans | 2011-03-31 | 1 | -4/+4 |
| | |||||
* | Created a unit-testing system using perl's prove | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+20 |