X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fsequential%2FCMakeLists.txt;h=ea69fd4fd7aac62c5af8f27283f544d3e0f07a20;hb=6ec1165b0c929f8b4c7d4f7a0ff79a4126b4947e;hp=7ef8daddbfe488a137b8acd0e84e0f72160431b4;hpb=28eb2ae5ccef5f6871c1a82df7e969d333a33d02;p=libcds.git diff --git a/test/stress/sequential/CMakeLists.txt b/test/stress/sequential/CMakeLists.txt index 7ef8dadd..ea69fd4f 100644 --- a/test/stress/sequential/CMakeLists.txt +++ b/test/stress/sequential/CMakeLists.txt @@ -20,6 +20,7 @@ add_executable(${PACKAGE_NAME} ${CDSSTRESS_STACK_SOURCES}) target_link_libraries(${PACKAGE_NAME} ${CDS_TEST_LIBRARIES} ${CDSSTRESS_FRAMEWORK_LIBRARY}) add_executable(mytest test.cpp ../main.cpp) +#add_executable(mytest test.cpp ) target_link_libraries(mytest ${CDS_TEST_LIBRARIES} ${CDSSTRESS_FRAMEWORK_LIBRARY}) add_test(NAME ${PACKAGE_NAME} COMMAND ${PACKAGE_NAME} WORKING_DIRECTORY ${EXECUTABLE_OUTPUT_PATH})