X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=3d7c1533af161c31f96ef9e087e57ad4610108f6;hp=699489bf19438376d2803706ce0e315ac719554e;hb=dc91b004d384ba57887b38d4668845bffee0ba08;hpb=aa7f8dcd47b82f753862919d3456a961b30c0ab4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 699489bf..3d7c1533 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,6 +327,9 @@ if (BUILD_TESTS) apply_folly_compile_options_to_target(folly_test_support) folly_define_tests( + DIRECTORY chrono/test/ + TEST chrono_conv_test SOURCES ConvTest.cpp + DIRECTORY compression/test/ TEST compression_test SOURCES CompressionTest.cpp