Code

t/: Added unit tests for the string buffer utilities.
[sysdb.git] / t / libsysdb_test.c
index 2351f19a600687b6aea0ed632d9b0fd55969c939..8d35dfdeb05a9b4f86f762a64b5e1bc1f881797c 100644 (file)
@@ -40,6 +40,7 @@ main(void)
        suite_creator creators[] = {
                util_llist_suite,
                util_dbi_suite,
+               util_strbuf_suite,
        };
 
        for (i = 0; i < SDB_STATIC_ARRAY_LEN(creators); ++i) {