From 12d098b20ecb3ff101957d525ff41a979fe89f68 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 7 May 2021 23:58:38 -0400 Subject: Create a database with litterbox for test --- Makefile | 7 +++++-- scooper.1 | 2 +- 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. . -- cgit 1.4.1