Skip to content

[dune_add_test] Do not check existance of EXPECT_COMPILE_FAIL targets.

Jö Fahlke requested to merge fix/notrun-expected-compilefail-tests into master

Fixes: #100 (closed). See also: !404 (merged).

Those targets never exist -- instead, cmake is invoked during testing to attempt to build them.

Merge request reports