summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-09-07 22:31:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-09-07 22:31:27 +0000
commit85dda01c84763aecc4d31e15246d0ac5986eedae (patch)
tree4f8b999e8443b1c8def8c79d70338bd4e0179e29 /Makefile
parenta48458814a4c26a6430b27105c0ab747c907473f (diff)
downloadcups-85dda01c84763aecc4d31e15246d0ac5986eedae.tar.gz
Merge changes from CUPS 1.6svn-r9968.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3411 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96c73aba8..b7b21698c 100644
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,11 @@ test: all unittests
check: all unittests
echo Running CUPS test suite with defaults...
- cd test; ./run-stp-tests.sh 1 0 n
+ cd test; ./run-stp-tests.sh 1 0 n n
+
+debugcheck: all unittests
+ echo Running CUPS test suite with debug printfs...
+ cd test; ./run-stp-tests.sh 1 0 n y
#