Code

store: Fixed a conversion warning reported by GCC.
[sysdb.git] / t / Makefile.am
index c74da4496d1e0b0f594a1def5de3c9a0dd7e9c68..611b4a9d31b4eb70d69bbc167e91e1d3b01a4ac9 100644 (file)
@@ -1,3 +1,5 @@
+EXTRA_DIST = coverage.sh
+
 # coverage related flags are only set when gcov is enabled
 AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@
 AM_LDFLAGS = @COVERAGE_LDFLAGS@
@@ -8,8 +10,11 @@ check_PROGRAMS = libsysdb_test libsysdb_net_test
 
 libsysdb_test_SOURCES = \
                libsysdb_test.c libsysdb_test.h \
+               core/data_test.c \
                core/object_test.c \
                core/store_test.c \
+               core/store_lookup_test.c \
+               frontend/parser_test.c \
                frontend/sock_test.c \
                utils/channel_test.c \
                utils/dbi_test.c \