X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=CMakeLists.txt;h=940e79a7fadf10770d4e1cc1b580727c59fba907;hp=7d476c5c1a726a23af2b1e2bc12a8c0c867c61c7;hb=3179d4464f4d211d18bb784a7d6c97390035e266;hpb=05ce52289b0ec8f525a92d6d1955301d0b77c0a7 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d476c5c..940e79a7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,7 +292,7 @@ if (BUILD_TESTS) apply_folly_compile_options_to_target(folly_test_support) folly_define_tests( - DIRECTORY concurrency/ + DIRECTORY concurrency/test/ TEST cache_locality_test SOURCES CacheLocalityTest.cpp DIRECTORY experimental/test/ TEST autotimer_test SOURCES AutoTimerTest.cpp @@ -347,6 +347,7 @@ if (BUILD_TESTS) DIRECTORY futures/test/ TEST barrier_test SOURCES BarrierTest.cpp + TEST callback_lifetime_test SOURCES CallbackLifetimeTest.cpp TEST collect_test SOURCES CollectTest.cpp TEST context_test SOURCES ContextTest.cpp TEST core_test SOURCES CoreTest.cpp @@ -409,7 +410,6 @@ if (BUILD_TESTS) AsyncSSLSocketTest.h SOURCES AsyncPipeTest.cpp - AsyncSignalHandlerTest.cpp AsyncSocketExceptionTest.cpp AsyncSocketTest.cpp AsyncSocketTest2.cpp @@ -420,6 +420,8 @@ if (BUILD_TESTS) # This is disabled because it depends on things that don't exist # on Windows. #EventHandlerTest.cpp + # The async signal handler is not supported on Windows. + #AsyncSignalHandlerTest.cpp TEST async_timeout_test SOURCES AsyncTimeoutTest.cpp TEST AsyncUDPSocketTest SOURCES AsyncUDPSocketTest.cpp TEST DelayedDestructionTest SOURCES DelayedDestructionTest.cpp @@ -443,6 +445,7 @@ if (BUILD_TESTS) TEST constexpr_test SOURCES ConstexprTest.cpp TEST libgen-test SOURCES LibgenTest.cpp TEST time-test SOURCES TimeTest.cpp + TEST openssl_portability_test SOURCES OpenSSLPortabilityTest.cpp DIRECTORY ssl/test/ TEST openssl_hash_test SOURCES OpenSSLHashTest.cpp