From c43a08d44918696400d1d0a5ba42b77ba4fad1dc 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@602140 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/examples/Makefile.am') diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 77b6c5d26a..8e7c88b996 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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