Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Tests/UnitTests/Plugins/FpeMonitoring/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(unittest_extra_libraries ActsPluginFpeMonitoring)
0002 
0003 if(NOT APPLE)
0004     # This test doesn't make sense on macOS at this time
0005     add_unittest(FpeMonitor FpeMonitorTests.cpp)
0006     set_tests_properties(
0007         FpeMonitor
0008         PROPERTIES ENVIRONMENT BOOST_TEST_CATCH_SYSTEM_ERRORS=no
0009     )
0010 endif()