(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:
parent
e76980320e
commit
444a2ed228
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue