X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=cc2607f75e2b09d9129cc9ff77cfe08630649932;hb=0f15d3bfce3c5953c520f19a8d0220791fdb2c32;hp=3c13ad556b78c35b04b3907f223106dd0925e69e;hpb=9527aa99f9f515e01993406607e1267cb49921f2;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 3c13ad5..cc2607f 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -10,9 +10,12 @@ check_PROGRAMS = libsysdb_test libsysdb_net_test libsysdb_test_SOURCES = \ libsysdb_test.c libsysdb_test.h \ + libsysdb_testutils.c libsysdb_testutils.h \ core/data_test.c \ core/object_test.c \ core/store_test.c \ + core/store_lookup_test.c \ + core/time_test.c \ frontend/parser_test.c \ frontend/sock_test.c \ utils/channel_test.c \ @@ -23,7 +26,8 @@ libsysdb_test_CFLAGS = $(AM_CFLAGS) @CHECK_CFLAGS@ libsysdb_test_LDADD = $(top_builddir)/src/libsysdb.la @CHECK_LIBS@ libsysdb_net_test_SOURCES = \ - libsysdb_net_test.c libsysdb_test.h + libsysdb_net_test.c libsysdb_test.h \ + libsysdb_testutils.c libsysdb_testutils.h if BUILD_WITH_FOPENCOOKIE libsysdb_net_test_SOURCES += utils/unixsock_test.c endif