Skip to content

Unit tests of vectorized physics decoupled from google benchmark library

Marilena Bandieramonte requested to merge mb/linkedLibrariesVecPhysUnitTest into master

The vectorized physics unit tests were linking to __extralibs ${PROFILE_LIBRARIES} benchmark::benchmark pthread. This included google benchmark, that it's not needed for the validity test. The compilation was failing if google benchmark was not found.

Edited by Marilena Bandieramonte

Merge request reports