separate out UnitTestFixture into separate library ATLASG-1611
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