From 07513635f298e7ba242e9d479c5e9b4dd6eeecc6 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:07:00 -0600 Subject: [PATCH] Update CMakeLists.txt --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7df2ebf9..b832bfb4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -84,6 +84,7 @@ 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) # Run these shell tests. shell_test(run_wgrib2_tests)