]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
test: Include test database in tarball
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Oct 2019 12:09:43 +0000 (12:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Oct 2019 12:09:43 +0000 (12:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 75f6e6b5080f3d8b07463058ad0ccf45288b370e..ef74fdb69ae1a7a72fbf17402c71350f16c8557a 100644 (file)
@@ -201,6 +201,9 @@ TESTS = \
 CLEANFILES += \
        test.db
 
+EXTRA_DIST += \
+       testdata/test.db
+
 check_PROGRAMS = \
        src/test-libloc \
        src/test-stringpool \