diff options
author | Alan Conway <aconway@apache.org> | 2007-10-16 16:10:47 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-16 16:10:47 +0000 |
commit | a616a2173cac722091198ae3bc83a496df562e25 (patch) | |
tree | 276eea59f9af931826bcdd00dec357d5e63815b3 /cpp/src | |
parent | f9eda9ffceec63e0722735634d4ab54d32b853dd (diff) | |
download | qpid-python-a616a2173cac722091198ae3bc83a496df562e25.tar.gz |
Restored missing TestOptions.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@585181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index a1228f91b1..eea2e6570a 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -76,7 +76,7 @@ include cluster.mk # Other test programs # check_PROGRAMS+=perftest -perftest_SOURCES=perftest.cpp test_tools.h +perftest_SOURCES=perftest.cpp test_tools.h TestOptions.h perftest_LDADD=$(lib_client) # NB: CppUnit test libraries below will be migrated to boost test programs. |