Skip to content

Unit Test Improvements, master branch (2020.06.10.)

The atlas_add_test(...) function now has a DEFINITIONS argument similar to atlas_add_executable(...) and atlas_add_library(...). And from now on it will treat all include directories given to it as "system" include directories. (Since these are in all cases used to pick up "external" headers.)

Ran into both of these issues while cleaning up the build configuration of Database/IOVDbSvc.

Merge request reports