about summary refs log tree commit diff stats
path: root/tests/unittests/test_autocomplete.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-38/+54
|
* Revert "Apply coding style"Michael Vetter2020-07-071-57/+41
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-41/+57
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Free autocomplete_complete results in unittestMichael Vetter2019-10-061-1/+19
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* Fix autocomplete memleak in test_autocompleteMichael Vetter2019-10-061-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 warningsDmitry Podgorny2018-10-311-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 tabJames Booth2017-04-011-12/+29
|
* Add test for case insensitive autocompleteJames Booth2017-03-251-0/+12
|
* Autocomplete accent and case insensitiveJames Booth2017-03-251-0/+52
|
* Moved contact.cJames Booth2016-07-241-1/+1
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+119