From f3a850e4095094923d3fb2c47bbde1791d593a81 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Fri, 29 Mar 2024 13:02:35 +0000 Subject: [PATCH] correct executable filename typo for test_gdasapp_fv3jedi_fv3inc (#1009) --- test/fv3jedi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fv3jedi/CMakeLists.txt b/test/fv3jedi/CMakeLists.txt index 8e4266c3e..9b75510b9 100644 --- a/test/fv3jedi/CMakeLists.txt +++ b/test/fv3jedi/CMakeLists.txt @@ -18,6 +18,6 @@ file(CREATE_LINK ${PROJECT_SOURCE_DIR}/sorc/fv3-jedi/test/Data/fv3files/field_ta # Tests add_test(NAME test_gdasapp_fv3jedi_fv3inc - COMMAND srun -n6 ${CMAKE_BINARY_DIR}/bin/gdas_fv3jedi_fv3inc.x ${PROJECT_BINARY_DIR}/test/fv3jedi/testinput/gdasapp_fv3jedi_fv3inc.yaml + COMMAND srun -n6 ${CMAKE_BINARY_DIR}/bin/fv3jedi_fv3inc.x ${PROJECT_BINARY_DIR}/test/fv3jedi/testinput/gdasapp_fv3jedi_fv3inc.yaml WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test/fv3jedi)