about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cd3419..271d28f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ LDADD.kcgi = -lkcgi
 LDADD.kcgi-html = -lkcgihtml
 LDADD.sqlite3 = -lsqlite3
 
-TEST_DB = ~/.local/share/litterbox/litterbox.sqlite
+LITTERBOX = litterbox
+TEST_DB = litterbox.sqlite
 
 -include config.mk
 
@@ -36,8 +37,10 @@ css.c: css.sh default.css color.css
 test: .test
 
 .test: scooper
+	${LITTERBOX} -i -d ${TEST_DB}
 	./scooper -c ${TEST_DB}
-	touch .test
+	rm ${TEST_DB} ${TEST_DB}-*
+	touch $@
 
 tags: *.[ch]
 	ctags -w *.[ch]