aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-05-20 21:27:22 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-05-20 21:27:22 +0000
commitf06222b9937019167d4d5f7f1510b144546bb77c (patch)
tree143e2c478accd469397044f4e0dd5e4ef2033d01 /Makefile.in
parente9a621ca5e3cdbe5a0e586091ee046221f533e44 (diff)
downloadswig-f06222b9937019167d4d5f7f1510b144546bb77c.tar.gz
Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b60d54b00..ebfc03656 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -248,6 +248,13 @@ check-%-test-suite:
fi; \
test $$passed = true
+# Partial test-suite check - it only invokes SWIG, ie no compilation and no runtime testing
+partialcheck-test-suite:
+ @$(MAKE) -k -s check-test-suite ACTION=partialcheck
+
+partialcheck-%-test-suite:
+ @$(MAKE) -k -s check-$*-test-suite ACTION=partialcheck
+
check: check-aliveness check-examples check-gifplot check-test-suite
# Run known-to-be-broken as well as not broken testcases in the test-suite