Fix tests in CMake build
[folly.git] / CMakeLists.txt
index 5f1220f4e1be70e85f2fc33eb8d0fe6ab682f0e1..8daaf52cfceee7b9cdd4e4668de36f9031cc7001 100755 (executable)
@@ -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