Skip to content

Commit

Permalink
Hopefully will symlink the test YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 7, 2023
1 parent dc93259 commit e51dfad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions utils/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Create Data directory for test input config and symlink all files
list( APPEND utils_test_input
testinput/gdas_meanioda.yaml
)

file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/testinput)
CREATE_SYMLINK( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${utils_test_input} )

# Test example IODA utility that computes the mean of a variable
ecbuild_add_test( TARGET test_gdasapp_util_ioda_example
COMMAND ${CMAKE_BINARY_DIR}/bin/gdas_meanioda.x
Expand Down
2 changes: 1 addition & 1 deletion utils/test/testinput/gdas_meanioda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ obs space:
obsdatain:
engine:
type: H5File
obsfile: Data/ufo/testinput_tier_1/instruments/radiance/amsua_n19_obs_2020110112_m.nc4
obsfile: ../../ufo-data/testinput_tier_1/instruments/radiance/amsua_n19_obs_2020110112_m.nc4
simulated variables: [brightnessTemperature]
observed variables: [brightnessTemperature]
group: ObsValue
Expand Down

0 comments on commit e51dfad

Please sign in to comment.