Back to home page

sPhenix 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(FpeMonitor PROPERTIES ENVIRONMENT BOOST_TEST_CATCH_SYSTEM_ERRORS=no)
0007 endif()