Code

frontend: Updated unit-tests for expression related parsing.
[sysdb.git] / t / libsysdb_test.h
index 64558cdadebfb2861f3c6f0fb459d7307c28eb65..3357260f6a52559ac0d70906aff2e5a927cd08cf 100644 (file)
@@ -28,8 +28,6 @@
 #ifndef T_LIBSYSDB_H
 #define T_LIBSYSDB_H 1
 
-#include "config.h"
-
 #include "sysdb.h"
 #include "core/object.h"
 
@@ -59,6 +57,10 @@ typedef struct {
  * test suites
  */
 
+/* t/core/data_test */
+Suite *
+core_data_suite(void);
+
 /* t/core/object_test */
 Suite *
 core_object_suite(void);
@@ -67,6 +69,14 @@ core_object_suite(void);
 Suite *
 core_store_suite(void);
 
+/* t/core/store_lookup_test */
+Suite *
+core_store_lookup_suite(void);
+
+/* t/core/time_test */
+Suite *
+core_time_suite(void);
+
 /* t/frontend/parser_test */
 Suite *
 fe_parser_suite(void);