From: Jeremy C. Reed Date: Wed, 25 Jul 2012 22:14:15 +0000 (-0500) Subject: [master] remove the file generated by unittest X-Git-Tag: trac2351_base~97^2~7^2~2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3777aedaa6b570da2a0ba6d444b9401e7e34aee2;p=thirdparty%2Fkea.git [master] remove the file generated by unittest remove file generated by src/bin/auth/tests/command_unittest.cc to fix distcheck build --- diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index e5fa69cae0..602c1d62af 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -23,6 +23,7 @@ AM_CPPFLAGS += -DUSE_STATIC_LINK=1 endif CLEANFILES = *.gcno *.gcda +CLEANFILES += $(abs_top_builddir)/src/lib/testutils/testdata/does-not-exist.sqlite3 TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)