projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afad29
)
Fix tests in CMake build
author
Christopher Dykes
<cdykes@fb.com>
Tue, 4 Jul 2017 00:32:55 +0000
(17:32 -0700)
committer
Facebook Github Bot
<facebook-github-bot@users.noreply.github.com>
Tue, 4 Jul 2017 00:35:09 +0000
(17:35 -0700)
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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 5f1220f4e1be70e85f2fc33eb8d0fe6ab682f0e1..8daaf52cfceee7b9cdd4e4668de36f9031cc7001 100755
(executable)
--- 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