Skip to content

Fix system tests

Santiago Ospina De Los Ríos requested to merge bug/fix-system-tests into master

What does this MR do?

The system tests were not active in the CI since the last major CMake refactor !49 (merged).

  • This was an oversight. The CMake conditional shall check for TARGET. However, even if this is fixed, dune-testtools did not allow to make tests over aliased targets because it wanted to modify the EXCLUDE_FROM_ALL property. This was only solved recently in quality/dune-testtools!141 (merged)

Can this MR be accepted?

Related issues

Closes #

Edited by Santiago Ospina De Los Ríos

Merge request reports