From: Michael Tremer Date: Tue, 1 Oct 2019 12:09:43 +0000 (+0000) Subject: test: Include test database in tarball X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1235c0b0e99bb54e5265dadb0824d3b307e5d426;p=people%2Fsennis%2Flibloc.git test: Include test database in tarball Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 75f6e6b..ef74fdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,6 +201,9 @@ TESTS = \ CLEANFILES += \ test.db +EXTRA_DIST += \ + testdata/test.db + check_PROGRAMS = \ src/test-libloc \ src/test-stringpool \