Skip to content

[cmake][dune_add_test] Fix cmake guard and skipping tests

If a complicated user defined command was specified, it didn't lead to the dummy executable (that return 77) being run but the user defined command instead. This patch makes sure that the correct command is executed which then marks the test as skipped and not as failed.

Edited by Timo Koch

Merge request reports