X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=8e5f2f4b23249625547e05feac44d819acbabb69;hb=f613ee778d8f94ba91b81f049c41eb13306664d6;hp=c21f0bee7785d05e3bde2039b10aa2eb5c58a948;hpb=d8ccc0a6f81d7f658a4667cfe4105fab34f1b4a4;p=sysdb.git diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index c21f0be..8e5f2f4 100644 --- a/t/libsysdb_test.c +++ b/t/libsysdb_test.c @@ -25,10 +25,15 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include "libsysdb_test.h" #include #include +#include int main(void) @@ -37,14 +42,20 @@ main(void) size_t i; suite_creator_t creators[] = { + { core_data_suite, NULL }, { core_object_suite, NULL }, { core_store_suite, NULL }, + { core_store_lookup_suite, NULL }, + { fe_parser_suite, NULL }, + { fe_sock_suite, NULL }, { util_channel_suite, NULL }, { util_dbi_suite, NULL }, { util_llist_suite, NULL }, { util_strbuf_suite, NULL }, }; + putenv("TZ=UTC"); + for (i = 0; i < SDB_STATIC_ARRAY_LEN(creators); ++i) { SRunner *sr; Suite *s;