Gabriele Contini
2020-03-14 6524462e924adf2ddd7e86da9df7fda878632bef
test/library/os/CMakeLists.txt
@@ -11,6 +11,19 @@
ADD_TEST(NAME test_network COMMAND test_network)
add_executable( test_execution_environment
 execution_environment_test.cpp
)
target_link_libraries( test_execution_environment
 licensecc_static
 Boost::unit_test_framework
 Boost::filesystem
 Boost::system
)
ADD_TEST(NAME test_execution_environment COMMAND test_execution_environment)
if(CODE_COVERAGE AND UNIX)
   target_compile_options(test_network PUBLIC -O0 -g --coverage)
   target_compile_options(test_execution_environment PUBLIC -O0 -g --coverage)
endif(CODE_COVERAGE AND UNIX)