Skip to content

Commit

Permalink
Add runtime-only mapping-tester test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Jan 28, 2025
1 parent 195503d commit 5f6ee14
Show file tree
Hide file tree
Showing 7 changed files with 18,301 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 replay_mode)
set(_examples lci_2d lci_3d nn nng_scalar nng_vector mapping_tester mapping_tester_serial mapping_tester_runtime replay_mode)

foreach(example IN LISTS _examples)
add_test(NAME aste.example.${example}.setup
Expand Down
2 changes: 2 additions & 0 deletions examples/mapping_tester_runtime/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
case/
test-statistics.csv
4 changes: 4 additions & 0 deletions examples/mapping_tester_runtime/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

rm -f test-statistics.csv
rm -fr ./case/
Loading

0 comments on commit 5f6ee14

Please sign in to comment.