diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-08 17:02:55 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-08 17:02:55 +0000 |
| commit | 82c12c1c83424666c61d97aec80110a116714ff8 (patch) | |
| tree | 2624f74b7f2eb9e0a98649f9d7f19dfc9134ac9c /cpp/examples/Makefile.am | |
| parent | 2b1f0e248873a041f7fe5bda724a0d7e13617372 (diff) | |
| download | qpid-python-82c12c1c83424666c61d97aec80110a116714ff8.tar.gz | |
Added verify scripts to run mixed python/cpp examples.
bin/verify_all runs all examples.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index f4882d2c7d..fdbea3b878 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -17,17 +17,7 @@ nobase_pkgdata_DATA= \ examples/direct/listener.cpp \ examples/direct/declare_queues.cpp -VERIFY_SCRIPT= \ - examples/request-response/verify \ - examples/fanout/verify \ - examples/pub-sub/verify \ - examples/direct/verify \ - examples/request-response/verify.in \ - examples/fanout/verify.in \ - examples/pub-sub/verify.in \ - examples/direct/verify.in - -EXTRA_DIST=$(nobase_pkgdata_DATA) $(VERIFY_SCRIPT) +EXTRA_DIST=$(nobase_pkgdata_DATA) # Note: we don't use normal automake SUBDIRS because the example # makefiles don't understand all the recursive automake targets. @@ -67,7 +57,3 @@ installcheck-local: cd $(EXAMPLE_DIR) && QPIDD=$(sbindir)/qpidd $(VERIFY) cd $(EXAMPLE_DIR) && $(MAKE) clean -# Tarball with verify script that can be untarred & run on -# installed examples. -verify.tar: $(VERIFY_SCRIPT) - tar cf verify.tar $(VERIFY_SCRIPT) |
