diff --git a/CMakeLists.txt b/CMakeLists.txt index 98569ef3..ea3c8ceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ add_test(NAME read_write_test COMMAND test-precice-aste WORKING_DIRECTORY "${CM # Detect and register examples as tests -set(_examples lci_2d lci_3d nn nng_scalar nng_vector mapping_tester mapping_tester_serial mapping_tester_runtime replay_mode) +set(_examples lci_2d lci_3d nn nng_scalar nng_vector mapping_tester mapping_tester_serial mapping_tester_runtime mapping_tester_conv replay_mode) foreach(example IN LISTS _examples) add_test(NAME aste.example.${example}.setup