diff options
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index dc32e3f..4f1f465 100644 --- a/tests/main.c +++ b/tests/main.c @@ -22,6 +22,7 @@ int main() { suite_add_tcase(s, test_zonefile()); suite_add_tcase(s, test_record()); suite_add_tcase(s, test_database()); + suite_add_tcase(s, test_list()); sr = srunner_create(s); srunner_run_all(sr,CK_VERBOSE); |