about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-07 23:58:38 -0400
committerJune McEnroe <june@causal.agency>2021-05-07 23:58:38 -0400
commit12d098b20ecb3ff101957d525ff41a979fe89f68 (patch)
treea9b3f72658795d37140f1e3468298e9e2ca607e4
parentAdd missing static declarations in html.c (diff)
downloadscooper-12d098b20ecb3ff101957d525ff41a979fe89f68.tar.gz
scooper-12d098b20ecb3ff101957d525ff41a979fe89f68.zip
Create a database with litterbox for test
-rw-r--r--Makefile7
-rw-r--r--scooper.12
2 files changed, 6 insertions, 3 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]
diff --git a/scooper.1 b/scooper.1
index 0bd63b0..81a97a7 100644
--- a/scooper.1
+++ b/scooper.1
@@ -38,7 +38,7 @@ under
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl c
-Prepare all SQL statements against the given
+Check SQL statements against the given
 .Ar database
 and exit.
 .