Skip to content

Commit

Permalink
added tests using rpn
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 7, 2024
1 parent 9bba9b6 commit a564c79
Show file tree
Hide file tree
Showing 5 changed files with 130,360 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ 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)
copy_test_data(ref_celsius.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt)
copy_test_data(ref_fahrenheit.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt)
copy_test_data(ref_rh.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt)

# Run these shell tests.
shell_test(run_wgrib2_tests)
shell_test(run_wgrib2_rpn_tests)

if (USE_AEC)
shell_test(run_wgrib2_aec_tests)
Expand Down
Loading

0 comments on commit a564c79

Please sign in to comment.