Code

store: Include update interval in the JSON serialization.
[sysdb.git] / t / libsysdb_test.c
index 3cc6d89ac94d118b802580bfe97cd37ed00e9331..5b1b34df36b261621743eceb43f537b1e05cefa9 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include "libsysdb_test.h"
 
 #include <check.h>
@@ -42,6 +46,7 @@ main(void)
                { core_object_suite, NULL },
                { core_store_suite, NULL },
                { core_store_lookup_suite, NULL },
+               { core_time_suite, NULL },
                { fe_parser_suite, NULL },
                { fe_sock_suite, NULL },
                { util_channel_suite, NULL },