summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-12-07 16:29:59 +0000
committerAlan Conway <aconway@apache.org>2007-12-07 16:29:59 +0000
commitc43a08d44918696400d1d0a5ba42b77ba4fad1dc (patch)
tree074d94102a9f1c571943d3b1b381651206f4c589 /qpid/cpp/examples/Makefile.am
parent0804fe6d10c78bec56ad49f4728fd06893ba7feb (diff)
downloadqpid-python-c43a08d44918696400d1d0a5ba42b77ba4fad1dc.tar.gz
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
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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