Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Free autocomplete_complete results in unittest | Michael Vetter | 2019-10-06 | 1 | -1/+19 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | Fix autocomplete memleak in test_autocomplete | Michael Vetter | 2019-10-06 | 1 | -16/+16 |
| | | | | | | | autocomplete_free() calls autocomplete_clear() and then frees the struct itself. Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | tests: remove cflag -w and fix warnings | Dmitry Podgorny | 2018-10-31 | 1 | -11/+11 |
| | | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac. | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -12/+29 |
| | |||||
* | Add test for case insensitive autocomplete | James Booth | 2017-03-25 | 1 | -0/+12 |
| | |||||
* | Autocomplete accent and case insensitive | James Booth | 2017-03-25 | 1 | -0/+52 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved all tests to tests folder | James Booth | 2015-06-12 | 1 | -0/+119 |