summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyu Bai <divinekid@gmail.com>2009-01-24 07:59:46 +0000
committerHaoyu Bai <divinekid@gmail.com>2009-01-24 07:59:46 +0000
commit061cad9b546a9e4ea90e112de5f0605b44825d05 (patch)
treeac7d3e686184e8e4133074231b8b8f1aa6972948
parent2a70d76d2eb2ca6b70ef9a30372b1db22edba110 (diff)
downloadswig-061cad9b546a9e4ea90e112de5f0605b44825d05.tar.gz
when doing partialcheck, don't skip any test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 123c3cd23..279fa2ca4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -258,7 +258,7 @@ check-%-test-suite:
fi
@passed=true; \
dir="Examples/test-suite/$*"; \
- if $(skip-$*); then \
+ if $(skip-$*) -a $(ACTION) != "partialcheck"; then \
echo skipping $* test-suite $(ACTION); \
elif [ ! -d $$dir ]; then \
echo warning: cannot $(ACTION) $* test-suite "(no dir $$dir)";\