diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-30 14:41:03 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-30 14:41:03 +0100 |
commit | f1063ae3427be70ebd7c017eee50b71483324431 (patch) | |
tree | e76651db0f0156b571c8377b79e4c3e029b6583b /Makefile | |
parent | 28b3f1ef7df6c891b5cc1200ec0469edc76a3b0c (diff) | |
download | pbuilder-f1063ae3427be70ebd7c017eee50b71483324431.tar pbuilder-f1063ae3427be70ebd7c017eee50b71483324431.tar.gz |
Test shell syntax of testsuite as well
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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: |