X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fqueue%2FCMakeLists.txt;h=d4618a46a3923e358c64ebd3539689646887c063;hb=2802be1032ec0902fe213b654efd54e1f5319c77;hp=a074aceed2322a951bd53f072e2c6676744dd5d8;hpb=48b2020bfe3a4effd945bea5193b5746388d2562;p=libcds.git diff --git a/test/stress/queue/CMakeLists.txt b/test/stress/queue/CMakeLists.txt index a074acee..d4618a46 100644 --- a/test/stress/queue/CMakeLists.txt +++ b/test/stress/queue/CMakeLists.txt @@ -27,7 +27,7 @@ set(CDSSTRESS_QUEUE_PUSHPOP stress-queue-push-pop) set(CDSSTRESS_QUEUE_PUSHPOP_SOURCES ../main.cpp push_pop.cpp - intrusive_push_pop.cpp + #intrusive_push_pop.cpp ) add_executable(${CDSSTRESS_QUEUE_PUSHPOP} ${CDSSTRESS_QUEUE_PUSHPOP_SOURCES}) target_link_libraries(${CDSSTRESS_QUEUE_PUSHPOP} ${CDS_TEST_LIBRARIES} ${CDSSTRESS_FRAMEWORK_LIBRARY}) @@ -74,4 +74,4 @@ add_custom_target( stress-queue ${CDSSTRESS_QUEUE_RANDOM} ${CDSSTRESS_QUEUE_BOUNDED} ${CDSSTRESS_SPSC_QUEUE} -) \ No newline at end of file +)