diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-12-09 18:34:38 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-12-09 18:34:38 +0000 |
| commit | d01a84767e3349a9da5d3c0fe80bc534e9694100 (patch) | |
| tree | 3f06ac2f6bb9b046c0892fae1b775916525ce970 /cpp/src/tests | |
| parent | de93a7b3e8620b954f59cbb54e35103cef39e903 (diff) | |
| download | qpid-python-d01a84767e3349a9da5d3c0fe80bc534e9694100.tar.gz | |
NO-JIRA: Remove useless comments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1549638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 459a754de1..c0a48d8dd3 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -247,22 +247,18 @@ endif (BUILD_SASL) # add_executable (echotest echotest.cpp ${platform_test_additions}) target_link_libraries (echotest qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#echotest_SOURCES=echotest.cpp TestOptions.h ConnectionOptions.h remember_location(echotest) add_executable (publish publish.cpp ${platform_test_additions}) target_link_libraries (publish qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#publish_SOURCES=publish.cpp TestOptions.h ConnectionOptions.h remember_location(publish) add_executable (consume consume.cpp ${platform_test_additions}) target_link_libraries (consume qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#consume_SOURCES=consume.cpp TestOptions.h ConnectionOptions.h remember_location(consume) add_executable (header_test header_test.cpp ${platform_test_additions}) target_link_libraries (header_test qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#header_test_SOURCES=header_test.cpp TestOptions.h ConnectionOptions.h remember_location(header_test) add_executable (declare_queues declare_queues.cpp ${platform_test_additions}) @@ -279,12 +275,10 @@ remember_location(resuming_receiver) add_executable (txshift txshift.cpp ${platform_test_additions}) target_link_libraries (txshift qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#txshift_SOURCES=txshift.cpp TestOptions.h ConnectionOptions.h remember_location(txshift) add_executable (txjob txjob.cpp ${platform_test_additions}) target_link_libraries (txjob qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}") -#txjob_SOURCES=txjob.cpp TestOptions.h ConnectionOptions.h remember_location(txjob) add_executable (datagen datagen.cpp ${platform_test_additions}) |
