aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ce66f98..ee4e5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -180,13 +180,14 @@ all:
check: export PBUILDER_CHECKOUT := $(CURDIR)
check:
- # syntax check
+ # syntax check.
$(foreach script,$(CHECK_SCRIPTS),bash -n $(script)$(newline))
$(foreach mp,$(CHECK_MANPAGES),LANG=C MANWIDTH=80 man --warnings -l $(mp) >/dev/null$(newline))
- # testsuite
+ # unit tests.
$(foreach test,$(wildcard ./test_*),$(test)$(newline))
full-check:
+ # system tests that might take long.
cd testsuite && ./run-test.sh
clean: