diff options
| author | Alan Conway <aconway@apache.org> | 2008-11-26 17:37:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-11-26 17:37:16 +0000 |
| commit | f2495a5cfa78321bb21e0bd97734421c0c627024 (patch) | |
| tree | 85d9c17ece6d9e3e4e5d4b3447f40f87762eb97d /qpid/cpp/src/tests/Makefile.am | |
| parent | a698b71cdbb3aaa28e3376b61187371b1cb9218c (diff) | |
| download | qpid-python-f2495a5cfa78321bb21e0bd97734421c0c627024.tar.gz | |
Cluster.cpp: Fixed last-node-standing logic, better logging.
Shlib.cpp: added file name to errors messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 78aadf0da0..0883ea1ea7 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -197,6 +197,10 @@ libdlclose_noop_la_SOURCES = dlclose_noop.c CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers) +check_PROGRAMS+=tsxtest +tsxtest_SOURCES=tsxtest.cpp +tsxtest_LDADD=$(lib_client) + # FIXME aconway 2008-05-23: Disabled interop_runner because it uses # the obsolete Channel class. Convert to Session and re-enable. # |
