]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] remove the file generated by unittest
authorJeremy C. Reed <jreed@ISC.org>
Wed, 25 Jul 2012 22:14:15 +0000 (17:14 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Wed, 25 Jul 2012 22:14:15 +0000 (17:14 -0500)
remove file generated by src/bin/auth/tests/command_unittest.cc

to fix distcheck build

src/bin/auth/tests/Makefile.am

index e5fa69cae01ea3b253495fe54470b8b0f468b3ae..602c1d62af2647a309226ab6db00bd4d362276fa 100644 (file)
@@ -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)