summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2000-08-31 19:23:39 +0000
committerThien-Thi Nguyen <ttn@glug.org>2000-08-31 19:23:39 +0000
commit807b0350fc38dd6b04e121cdb86d5a561eba9b8b (patch)
treedec8fd2a0dc17fe54927593d48e909c22db3bb3b
parent11cb5aa8a64e7d54857c2f994626abb4133e689b (diff)
downloadswig-807b0350fc38dd6b04e121cdb86d5a561eba9b8b.tar.gz
(check-c++-examples): New target.
(check): Depend on `check-c++-examples'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5c166a431..a07b9c42f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,7 +136,11 @@ check-gifplot-example:
$(skip-ruby) || (cd Examples/GIFPlot/Ruby/simple/Makefile ; $(chk))
$(skip-java) || (cd Examples/GIFPlot/Java/Makefile ; $(chk))
-check: check-aliveness check-examples check-gifplot-example
+check-c++-examples:
+ $(skip-python) || (cd Examples/C++/Python ; $(chk))
+ $(skip-java) || (cd Examples/C++/Java ; $(chk))
+
+check: check-aliveness check-examples check-gifplot-example check-c++-examples
#####################################################################
# CLEAN