Code

t/utils/dbi_test: Added test queries covering 2-5 columns.
[sysdb.git] / t / libsysdb_test.h
index fe9f1a811bf407716b167637bd8ee51d2020e061..b098ccdba99110868529fced198ae14230b23131 100644 (file)
 #ifndef T_LIBSYSDB_H
 #define T_LIBSYSDB_H 1
 
-#include <string.h>
-
 #include "sysdb.h"
 #include "core/object.h"
 
+#include <check.h>
+#include <string.h>
+
 /*
  * private testing helpers
  */
  * test suites
  */
 
+/* t/utils/dbi_test */
+Suite *
+util_dbi_suite(void);
+
 /* t/utils/llist_test */
 Suite *
 util_llist_suite(void);