aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-10 23:08:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-10 23:26:13 +0200
commit8ff043296c63731047b4d564f881ca6627b522c9 (patch)
treedf5ca9adfc83826a9cf9c88c0cd9fae34756f0ef /Makefile
parentClean up creation of global-event-object. (diff)
downloadcalp-8ff043296c63731047b4d564f881ca6627b522c9.tar.gz
calp-8ff043296c63731047b4d564f881ca6627b522c9.tar.xz
Add verbose toggle to tests.
Also change DEBUG to 1, no difference. But 0 for true felt wrong
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed335145..256bd820 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ README: README.in
./main text < README.in | sed "s/<<today>>/`date -I`/" > README
lcov.info: $(GO_FILES)
- env DEBUG=1 tests/run-tests.scm --coverage=$@
+ env DEBUG=0 tests/run-tests.scm --coverage=$@
test: coverage
@@ -85,4 +85,4 @@ coverage: lcov.info
genhtml $(GENHTML_FLAGS) --output-directory $@ $<
check:
- tests/run-tests.scm --skip $(PWD)/tests/test/web-server.scm
+ tests/run-tests.scm $(if $(VERBOSE),--verbose) --skip $(PWD)/tests/test/web-server.scm