-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 383f18a..4790115 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,7 +6,9 @@ VMOD_TESTS = \ time00.vtc EXTRA_DIST=$(VMOD_TESTS) -DISTCLEANFILES=tbf.db +distclean-local: + rm -fr tbf + check: cd $(abs_srcdir); \ for t in $(VMOD_TESTS); do \ |