aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-30 14:41:03 +0100
committerLoïc Minier <lool@dooz.org>2010-01-30 14:41:03 +0100
commitf1063ae3427be70ebd7c017eee50b71483324431 (patch)
treee76651db0f0156b571c8377b79e4c3e029b6583b /Makefile
parent28b3f1ef7df6c891b5cc1200ec0469edc76a3b0c (diff)
downloadpbuilder-f1063ae3427be70ebd7c017eee50b71483324431.tar
pbuilder-f1063ae3427be70ebd7c017eee50b71483324431.tar.gz
Test shell syntax of testsuite as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15f343e..9b963b9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ INSTALL_EXECUTABLE=install -m 0755
#
# To add new script, add it to here, so that it will be tested. And then add a rule to install: target.
#
-SHELLCODES=pbuilder-buildpackage \
+SHELLCODES := pbuilder-buildpackage \
pbuilder-buildpackage-funcs \
pbuilder-checkparams \
pbuilder-uml-checkparams \
@@ -26,7 +26,15 @@ SHELLCODES=pbuilder-buildpackage \
pdebuild \
pdebuild-checkparams \
pdebuild-user-mode-linux \
- pdebuild-internal
+ pdebuild-internal \
+ testlib.sh \
+ test_pbuilder-apt-config \
+ test_pbuilder-checkparams \
+ test_pbuilder-modules \
+ test_pbuilder-satisfydepends-checkparams \
+ test_pbuilder-satisfydepends-classic \
+ test_pbuilder-satisfydepends-funcs \
+ test_testlib.sh
all: