diff options
| author | Alan Conway <aconway@apache.org> | 2007-12-07 16:29:59 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-12-07 16:29:59 +0000 |
| commit | c5d4127efa6689586687f8a2f19ec10e57f13f89 (patch) | |
| tree | fdc7997e9ddf46b36b592024e85622ccc6765be1 /cpp/examples/Makefile.am | |
| parent | aa29da990d23d017ecfa095eb0d3e8adf705b4b8 (diff) | |
| download | qpid-python-c5d4127efa6689586687f8a2f19ec10e57f13f89.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/qpid@602140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
