Skip to content

[cmake][bugfix] Fix the testsuite for sequential builds

Dominic Kempf requested to merge feature/fix-sequential-testing into master

Some tests assume MPI being present, although they are not executed in parallel. This information got lost in the transition to dune_add_test and is restored with this patch. Thanks to @markus.blatt for noticing.

This fixes #13 (closed)

Merge request reports