From 444a2ed228c6b5010d2566b9ca2dd8645c00a840 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 31 Aug 2000 19:23:39 +0000 Subject: [PATCH] (check-c++-examples): New target. (check): Depend on `check-c++-examples'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@769 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SWIG/Makefile.in b/SWIG/Makefile.in index 5c166a431..a07b9c42f 100644 --- a/SWIG/Makefile.in +++ b/SWIG/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