]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Update test suite for new location of test files.
[thirdparty/cups.git] / Makefile
index ae6cf37746c48f619913602d9ca75dab82c8efa8..30dfa60169c57be721454f5e3dd45a034194f33a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,13 @@ include Makedefs
 DIRS   =       cups $(BUILDDIRS)
 
 
+#
+# Test suite options - normally blank, override with make command...
+#
+
+TESTOPTIONS    =
+
+
 #
 # Make all targets...
 #
@@ -246,7 +253,7 @@ uninstall:
 
 test:  all unittests
        echo Running CUPS test suite...
-       cd test; ./run-stp-tests.sh
+       cd test; ./run-stp-tests.sh $(TESTOPTIONS)
 
 
 check: all unittests