From: Michael Tremer Date: Mon, 8 Jan 2018 17:41:47 +0000 (+0000) Subject: Remove test.db when running "make clean" X-Git-Tag: 0.9.0~106 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=f3bf970a2c9817c18e1cfe522a8f252a71a30275 Remove test.db when running "make clean" Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c97f76b..2372937 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,6 +123,9 @@ TESTS = \ src/test-as \ src/test-network +CLEANFILES += \ + test.db + check_PROGRAMS = \ src/test-libloc \ src/test-stringpool \