From 2df55c5293c9292ff03e65c180f71176e3583446 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <alyson.stahl@noaa.gov> Date: Wed, 1 May 2024 12:29:04 -0600 Subject: [PATCH] typo --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 62f35f6e..b5e15cb1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -96,5 +96,5 @@ endif() if (FTP_LARGE_TEST_FILES) copy_test_data(ref_rrfs.t18z.prslev.f000.grib2.inv) - shell_test(run_wgrib2_large_ftp_tests) + shell_test(run_wgrib2_ftp_large_tests) endif()