Browse Source

[master] remove the file generated by unittest

remove file generated by src/bin/auth/tests/command_unittest.cc

to fix distcheck build
Jeremy C. Reed 12 years ago
parent
commit
3777aedaa6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/auth/tests/Makefile.am

+ 1 - 0
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)