From c58637160345d14fc6c99371b75522564953d46a Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Fri, 29 Mar 2024 06:02:38 -0600 Subject: [PATCH] adding a small grib2 file to repo for testing --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2c6f06e8..dc0d5e75 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -23,7 +23,7 @@ function(copy_test_data name) endfunction() # Copy test data file into buiild directory for testing. -copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.grb2index) +copy_test_data(gdaswave.t00z.wcoast.0p16.f000.grib2) # Run these shell tests. shell_test(run_wgrib2_tests)