summaryrefslogtreecommitdiff
path: root/tests/test-nomination.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use g_assert_true() instead of g_assert() everywhereOlivier Crête2021-11-011-5/+5
|
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-4/+4
|
* tests: Initialize Windows Sockets where neededJakub Adam2018-12-181-0/+3
| | | | Fixes failing test cases on Windows.
* agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête2017-06-211-4/+4
| | | | This makes it easier to read and more extensible.
* test-nomination: added a new test for the nomination modeFabrice Bellet2017-06-121-0/+263
Differential Revision: https://phabricator.freedesktop.org/D1107