aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-27 10:50:09 +0100
committerLoïc Minier <lool@dooz.org>2009-12-27 10:50:09 +0100
commitdb5c58bc4654fe13f3a7da77d6b5fdeed70a613a (patch)
tree0e4f57bc790105e47a587b0e45293acac01e89ae /Makefile
parent2d9b15f6f99ce883298027d3b079d59f26e583e2 (diff)
downloadpbuilder-db5c58bc4654fe13f3a7da77d6b5fdeed70a613a.tar
pbuilder-db5c58bc4654fe13f3a7da77d6b5fdeed70a613a.tar.gz
Add comments to check target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b75ee04..d9c8970 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,13 @@ SHELLCODES=pbuilder-buildpackage \
all:
check:
+ # syntax check
set -e; \
for A in $(SHELLCODES); do \
bash -n $$A; \
echo $$A; \
done
+ # testsuite
set -e ; \
for A in test_*; do \
bash $$A; \