Commit 50d64f75 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix cmake rule for JsonOtherTest.cpp

Summary: [Folly] Fix cmake rule for `JsonOtherTest.cpp`, which should no longer have an associated `CONTENT_DIR`.

Reviewed By: Orvid

Differential Revision: D17649973

fbshipit-source-id: dc703884e1ccb5cad008cbb54acb24028570b126
parent 6e58e89b
......@@ -827,10 +827,7 @@ if (BUILD_TESTS)
#TEST json_test SOURCES JsonTest.cpp
TEST json_pointer_test SOURCES json_pointer_test.cpp
TEST json_patch_test SOURCES json_patch_test.cpp
TEST json_other_test
CONTENT_DIR json_test_data/
SOURCES
JsonOtherTest.cpp
TEST json_other_test SOURCES JsonOtherTest.cpp
TEST lazy_test SOURCES LazyTest.cpp
TEST lock_traits_test SOURCES LockTraitsTest.cpp
TEST locks_test SOURCES SpinLockTest.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