X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=tests%2Funit%2Fpqueue%2FCMakeLists.txt;fp=tests%2Funit%2Fpqueue%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hp=ae2a6d8b82f39ac27d3d24afdb6087f333ac227d;hb=b88919d210afe15078db3c9cbfa09224933bc25e;hpb=0ab993d08b961f4660cbaa594c92e72183cf5164 diff --git a/tests/unit/pqueue/CMakeLists.txt b/tests/unit/pqueue/CMakeLists.txt deleted file mode 100644 index ae2a6d8b..00000000 --- a/tests/unit/pqueue/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -set(PACKAGE_NAME cdsu-pqueue) - -set(CDSUNIT_PQUEUE_SOURCES - pop.cpp - push.cpp - push_pop.cpp) - -add_executable(${PACKAGE_NAME} ${CDSUNIT_PQUEUE_SOURCES} $) -target_link_libraries(${PACKAGE_NAME} ${CDS_SHARED_LIBRARY} ${Boost_THREAD_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${CMAKE_THREAD_LIBS_INIT}) -add_test(NAME ${PACKAGE_NAME} COMMAND ${PACKAGE_NAME} WORKING_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}) \ No newline at end of file