Code

t/: Added tests for the channel implementation.
[sysdb.git] / t / libsysdb_test.c
index 3241aba495796d1b24261f317d8dbf271e25bcf4..7ce41247c679a8b9a2f636d5e9def467d8c1e311 100644 (file)
@@ -37,8 +37,9 @@ main(void)
        size_t i;
 
        suite_creator_t creators[] = {
-               { util_llist_suite, NULL },
+               { util_channel_suite, NULL },
                { util_dbi_suite, NULL },
+               { util_llist_suite, NULL },
                { util_strbuf_suite, NULL },
        };