Skip to content

Commit

Permalink
large test files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 2, 2024
1 parent 116d21b commit 00aba9b
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 10 deletions.
15 changes: 8 additions & 7 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,19 @@ endif()
copy_test_data(gdaswave.t00z.wcoast.0p16.f000.grib2)
copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.grib2.inv)
copy_test_data(ref_npts_gdaswave.t00z.wcoast.0p16.f000.grib2.txt)
copy_test_data(ref_WW3_Regional_US_West_Coast_20220718_0000.grib2.inv)
copy_test_data(gdas.t12z.pgrb2.1p00.anl.75r.grib2)
copy_test_data(ref_wind.gdas.t12z.pgrb2.1p00.anl.75r.grib2.inv)
copy_test_data(ref_uv.gdas.t12z.pgrb2.1p00.anl.75r.grib2.inv)
copy_test_data(ref_grid.gdaswave.t00z.wcoast.0p16.f000.grib2.txt)

# Run these shell tests.
shell_test(run_wgrib2_tests)

if (FTP_TEST_FILES)
copy_test_data(ref_WW3_Regional_US_West_Coast_20220718_0000.grib2.inv)
shell_test(run_wgrib2_ftp_tests)
copy_test_data(ref_rrfs.t18z.prslev.f000.grib2.inv)
shell_test(run_ftp_extra_large_tests)
if (FTP_LARGE_TEST_FILES)
copy_test_data(ref_fv3lam.t00z.prslev.f000.grib2.inv)
shell_test(run_ftp_large_tests)
endif()
if (FTP_EXTRA_TEST_FILES)
copy_test_data(ref_rrfs.t18z.prslev.f000.grib2.inv)
shell_test(run_ftp_extra_large_tests)
endif()
endif()
Loading

0 comments on commit 00aba9b

Please sign in to comment.