]> git.ipfire.org Git - location/libloc.git/commitdiff
Remove test.db when running "make clean"
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:41:47 +0000 (17:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:41:47 +0000 (17:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index c97f76b1519166494b5964037260e1954f068289..2372937f0a32673ac3f9b9daa145bd94077adcfa 100644 (file)
@@ -123,6 +123,9 @@ TESTS = \
        src/test-as \
        src/test-network
 
+CLEANFILES += \
+       test.db
+
 check_PROGRAMS = \
        src/test-libloc \
        src/test-stringpool \