Skip to content

Commit

Permalink
move test_gdasapp_aero_gen_3dvar_yaml inside WORKFLOW_TESTS block (#1305
Browse files Browse the repository at this point in the history
)
  • Loading branch information
RussTreadon-NOAA committed Sep 30, 2024
1 parent b493abf commit 929cc0f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/aero/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# tests that can run without needing all JEDI components

# test to generate YAML for aerosol 3DVar
add_test(NAME test_gdasapp_aero_gen_3dvar_yaml
COMMAND ${PROJECT_SOURCE_DIR}/test/aero/genyaml_3dvar.sh ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}
WORKING DIRECTORY ${PROJECT_BINARY_DIR}/test/testrun/)

# test to generate YAML for aerosol 3DVar.
if (WORKFLOW_TESTS)
add_test(NAME test_gdasapp_aero_gen_3dvar_yaml
COMMAND ${PROJECT_SOURCE_DIR}/test/aero/genyaml_3dvar.sh ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}
WORKING DIRECTORY ${PROJECT_BINARY_DIR}/test/testrun/)
endif()

# tests that require the full build
if(BUILD_GDASBUNDLE)
# Test exgdas scripts from the global-worflow
Expand Down

0 comments on commit 929cc0f

Please sign in to comment.