From c5d4127efa6689586687f8a2f19ec10e57f13f89 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 7 Dec 2007 16:29:59 +0000 Subject: examples/verify - run installed examples and verify their output. examples/examples/*/verify.in - expected output of example, may be filtered/sorted for some examples. examples/Makefile.am - add verify to installcheck target. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602140 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/examples/Makefile.am') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 77b6c5d26a..8e7c88b996 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -31,4 +31,5 @@ EXAMPLE_FLAGS=-I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) -Wl,-rpath,$(DESTD EXAMPLE_DIR=$(DESTDIR)$(pkgdatadir)/examples installcheck-local: cd $(EXAMPLE_DIR) && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(EXAMPLE_FLAGS)" all + cd ${EXAMPLE_DIR) && $(abs_srcdir)/verify cd $(EXAMPLE_DIR) && $(MAKE) clean -- cgit v1.2.1