Skip to content

Commit

Permalink
fixing large file test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 30, 2024
1 parent fa2b85c commit b796488
Show file tree
Hide file tree
Showing 4 changed files with 22,533 additions and 19 deletions.
6 changes: 2 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ set(REF_FILES "gdaswave.t00z.wcoast.0p16.f000.grib2.idx"
)

# Copy extra files if needed.
if(FTP_EXTRA_TEST_FILES)
if(FTP_LARGE_TEST_FILES)
set(REF_FILES ${REF_FILES} "ref_fv3lam.t00z.prslev.f000.grib2.degrib2")
endif()
if(FTP_LARGE_TEST_FILES)
set(REF_FILES ${REF_FILES} "ref_fv3lam.t00z.prslev.f000.grib2.degrib2")
endif()

foreach(THE_FILE IN LISTS REF_FILES)
Expand Down
Loading

0 comments on commit b796488

Please sign in to comment.