X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=d581616537aad708c1c681be566ac37e5be8d134;hb=47e0af8cda6ad75ea1348e5b5220542a506c2ce3;hp=27834daeeae6f89a467914ca1c2ba2f45182537f;hpb=5a4772681d6b4f86b4b92ff90a4ecc464134ddae;p=folly.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 27834dae..d5816165 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,12 +34,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows") "MSVC version '${MSVC_VERSION}' is not supported." ) endif() -else() - message( - FATAL_ERROR - "The CMake build should only be used on Windows. " - "For every other platform, use autoconf." - ) endif() set(FOLLY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/folly") @@ -351,7 +345,7 @@ if (BUILD_TESTS) TEST chrono_conv_test SOURCES ConvTest.cpp DIRECTORY compression/test/ - TEST compression_test SOURCES CompressionTest.cpp + TEST compression_test SLOW SOURCES CompressionTest.cpp DIRECTORY container/test/ TEST access_test SOURCES AccessTest.cpp @@ -377,6 +371,7 @@ if (BUILD_TESTS) TEST serial_executor_test SOURCES SerialExecutorTest.cpp TEST thread_pool_executor_test SOURCES ThreadPoolExecutorTest.cpp TEST threaded_executor_test SOURCES ThreadedExecutorTest.cpp + TEST timed_drivable_executor_test SOURCES TimedDrivableExecutorTest.cpp DIRECTORY executors/task_queue/test/ TEST unbounded_blocking_queue_test SOURCES UnboundedBlockingQueueTest.cpp