Commit 4b5711db authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

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
parent 7afad293
...@@ -292,7 +292,7 @@ if (BUILD_TESTS) ...@@ -292,7 +292,7 @@ if (BUILD_TESTS)
apply_folly_compile_options_to_target(folly_test_support) apply_folly_compile_options_to_target(folly_test_support)
folly_define_tests( folly_define_tests(
DIRECTORY concurrency/ DIRECTORY concurrency/test/
TEST cache_locality_test SOURCES CacheLocalityTest.cpp TEST cache_locality_test SOURCES CacheLocalityTest.cpp
DIRECTORY experimental/test/ DIRECTORY experimental/test/
TEST autotimer_test SOURCES AutoTimerTest.cpp TEST autotimer_test SOURCES AutoTimerTest.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment