Commit c0fc7af5 authored by Ilya Maykov's avatar Ilya Maykov Committed by Facebook Github Bot

add missing experimental/crypto tests to CMakeLists.txt

Summary: The tests were accidentally checked in without the cmake build rules to build them.

Reviewed By: kevinlewi

Differential Revision: D14277667

fbshipit-source-id: 5e0ff305341772232579bbde2dfc60477b4f1937
parent 6eb906e6
......@@ -808,6 +808,14 @@ if (BUILD_TESTS)
TEST varint_test SOURCES VarintTest.cpp
)
if (${LIBSODIUM_FOUND})
folly_define_tests(
DIRECTORY experimental/crypto/test/
TEST blake2xb_test SOURCES Blake2xbTest.cpp
TEST lt_hash_test SOURCES LtHashTest.cpp
)
endif()
get_target_property(pic folly POSITION_INDEPENDENT_CODE)
if (pic)
add_library(singleton_thread_local_overload
......
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