diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-01 10:15:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-01 10:15:35 +0000 |
| commit | 7ca9c6bd32cca57d3c1dab3faa09c9dd9fbe3c51 (patch) | |
| tree | 33194732ba6b2da30e33e72417dfc18c7129d09e /cpp/examples/Makefile.am | |
| parent | 4649905d79cb5a85f65f4097b2daecebc3080e93 (diff) | |
| download | qpid-python-7ca9c6bd32cca57d3c1dab3faa09c9dd9fbe3c51.tar.gz | |
QPID-966: applied patch from rajith; altered to use uuid as session name; updated verify scripts for automated testing;
re-enabled automated testing in c++ build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 20a0a24531..6d1d122744 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -64,8 +64,8 @@ all-local: # to find .spec via PYTHONPATH. # # Verify the examples in the buid tree. -# check-local: all-local verify -# $(srcdir)/verify_all $(abs_top_srcdir)/.. +check-local: all-local verify + $(srcdir)/verify_all $(abs_top_srcdir)/.. # TODO: # create a tarball for testing installed examples. |
