aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5be113..2129ee2 100644
--- a/Makefile
+++ b/Makefile
@@ -29,11 +29,15 @@ SHELLCODES=pbuilder-buildpackage \
pdebuild-internal
check:
- set -e;
+ set -e; \
for A in $(SHELLCODES); do \
bash -n $$A; \
echo $$A; \
done
+ set -e ; \
+ for A in test_*; do \
+ bash $$A; \
+ done
full-check:
set -e; \