Skip to content

separate out UnitTestFixture into separate library ATLASG-1611

Nils Erik Krumnack requested to merge krumnack/athena:event_loop_tests into master

This follows a change in GoogleTest that requires the unit test fixture to be a separate library that is only linked against tests that use it, and that is defined as an object library.

Edited by Nils Erik Krumnack

Merge request reports