aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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