Skip to content

Commit 883db21

Browse files
committed
remove suffix from wetdep files - adapt accordingly
1 parent 8f2d514 commit 883db21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/validation/wetdep/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ foreach(input tol IN ZIP_LISTS TEST_LIST ERROR_THRESHOLDS)
9191
# copy the baseline file into place.
9292

9393
configure_file(
94-
${WETDEP_VALIDATION_DIR}/${input}_input_ts_355.yaml
94+
${WETDEP_VALIDATION_DIR}/${input}.yaml
9595
${CMAKE_CURRENT_BINARY_DIR}/mam_${input}.yaml
9696
COPYONLY
9797
)
9898

9999
# add a test to run the skywalker driver
100-
add_test(run_${input} wetdep_driver ${WETDEP_VALIDATION_DIR}/${input}_input_ts_355.yaml)
100+
add_test(run_${input} wetdep_driver ${WETDEP_VALIDATION_DIR}/${input}.yaml)
101101
set_tests_properties(run_${input} PROPERTIES LABELS "${TestLabel}")
102102

103103
# add a test to validate mam4xx's results against the baseline.

0 commit comments

Comments
 (0)