From f1063ae3427be70ebd7c017eee50b71483324431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 30 Jan 2010 14:41:03 +0100 Subject: Test shell syntax of testsuite as well --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3