(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
This commit is contained in:
Thien-Thi Nguyen 2000-08-31 19:23:39 +00:00
commit 444a2ed228

View file

@ -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