diff options
| author | Gordon Sim <gsim@apache.org> | 2008-01-04 16:50:21 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-01-04 16:50:21 +0000 |
| commit | b31b08faca5cad262c0828836e020ca6b09a9307 (patch) | |
| tree | 743548c777811a3259547fa1167f8f5195b588d4 /cpp/src/tests/Makefile.am | |
| parent | 808e18100fda27d1f349422ffa7e5a3dc10343be (diff) | |
| download | qpid-python-b31b08faca5cad262c0828836e020ca6b09a9307.tar.gz | |
Additional test for excercising transactional behaviour.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 13de836d2c..87960145a4 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -50,6 +50,10 @@ check_PROGRAMS+=perftest perftest_SOURCES=perftest.cpp test_tools.h TestOptions.h perftest_LDADD=$(lib_client) +check_PROGRAMS+=txtest +txtest_SOURCES=txtest.cpp TestOptions.h +txtest_LDADD=$(lib_client) + # NB: CppUnit test libraries below will be migrated to boost test programs. # |
