diff options
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. # |
