summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index 20a0a24531..6d1d122744 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -64,8 +64,8 @@ all-local:
# to find .spec via PYTHONPATH.
#
# Verify the examples in the buid tree.
-# check-local: all-local verify
-# $(srcdir)/verify_all $(abs_top_srcdir)/..
+check-local: all-local verify
+ $(srcdir)/verify_all $(abs_top_srcdir)/..
# TODO:
# create a tarball for testing installed examples.