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 | e84f97419e8e5e298428dd645667901a5227138b (patch) | |
| tree | adcca96414f38232e8e53a78bf12be566571f24d /qpid/cpp | |
| parent | ccde237e3c413d3f9ae68e3c0c3d30b04f7f8dfd (diff) | |
| download | qpid-python-e84f97419e8e5e298428dd645667901a5227138b.tar.gz | |
Restored missing TestOptions.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@585181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index a1228f91b1..eea2e6570a 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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. |
