about summary refs log tree commit diff stats
path: root/tests/unittests/test_roster_list.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-73/+73
| | | | | | | | | 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-14/+14
|
* Moved roster_list.cJames Booth2016-07-241-1/+1
|
* Moved contact.cJames Booth2016-07-241-1/+1
|
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-10/+10
|
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-96/+64
|
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-10/+10
|
* Pass ordering to roster list functionsJames Booth2015-11-181-10/+10
|
* Added more group testsJames Booth2015-11-141-5/+260
|
* Keep count of group membersJames Booth2015-11-121-0/+145
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+271