implement to() conversions for std::chrono to timespec/timeval
[folly.git] / CMakeLists.txt
index 699489bf19438376d2803706ce0e315ac719554e..3d7c1533af161c31f96ef9e087e57ad4610108f6 100755 (executable)
@@ -327,6 +327,9 @@ if (BUILD_TESTS)
   apply_folly_compile_options_to_target(folly_test_support)
 
   folly_define_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
 
     DIRECTORY compression/test/
       TEST compression_test SOURCES CompressionTest.cpp