Parcourir la 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 il y a 12 ans
Parent
commit
3777aedaa6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)