Skip to content

Commit a03b5f3

Browse files
committed
Enable conv example in tests
1 parent 313d733 commit a03b5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ add_test(NAME read_write_test COMMAND test-precice-aste WORKING_DIRECTORY "${CM
121121

122122
# Detect and register examples as tests
123123

124-
set(_examples lci_2d lci_3d nn nng_scalar nng_vector mapping_tester mapping_tester_serial mapping_tester_runtime replay_mode)
124+
set(_examples lci_2d lci_3d nn nng_scalar nng_vector mapping_tester mapping_tester_serial mapping_tester_runtime mapping_tester_conv replay_mode)
125125

126126
foreach(example IN LISTS _examples)
127127
add_test(NAME aste.example.${example}.setup

0 commit comments

Comments
 (0)