From: Christopher Dykes Date: Tue, 4 Jul 2017 00:32:55 +0000 (-0700) Subject: Fix tests in CMake build X-Git-Tag: v2017.07.10.00~16 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=4b5711dbcbc4c60ee0c441316351d9652bb63c51 Fix tests in CMake build Summary: The fix for this didn't get made before the commit landed. Reviewed By: yfeldblum Differential Revision: D5367593 fbshipit-source-id: 4ed9c781121d1b23db11d75d0f8d017d1d8663d9 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f1220f4..8daaf52c 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