Code

frontend/grammar: Added support for 'ALL <obj> <cmp> <expr>'.
[sysdb.git] / t / unit / libsysdb_test.h
index de04d50b3a7c241ebd71c37ec7170cc207f6affc..beefdfcd0dd5fad3cf42a5e997cf699580cbcf35 100644 (file)
 #include <check.h>
 #include <string.h>
 
-/*
- * private testing helpers
- */
-
-/* static string object:
- * Any such object may is of type sdb_object_t but may never be destroyed. */
-#define SSTRING_OBJ(name) { \
-       /* type = */ { sizeof(sdb_object_t), NULL, NULL }, \
-       /* ref_cnt = */ 1, /* name = */ (name) }
-
 /*
  * test-related data-types
  */
@@ -91,6 +81,10 @@ fe_parser_suite(void);
 Suite *
 fe_sock_suite(void);
 
+/* t/utils/avltree_test */
+Suite *
+util_avltree_suite(void);
+
 /* t/utils/channel_test */
 Suite *
 util_channel_suite(void);