From 4b5711dbcbc4c60ee0c441316351d9652bb63c51 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Mon, 3 Jul 2017 17:32:55 -0700 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1