summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-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