From bcd6a9d108c7d8105d28cbd37451ab3e75dd7366 Mon Sep 17 00:00:00 2001 From: rem1776 Date: Fri, 6 Oct 2023 09:52:15 -0400 Subject: [PATCH] remove skips in mosaic tests and netcdf macro --- mosaic/read_mosaic.c | 2 -- test_fms/mosaic2/Makefile.am | 4 ---- 2 files changed, 6 deletions(-) diff --git a/mosaic/read_mosaic.c b/mosaic/read_mosaic.c index cbbe4f4b58..9fafad1f2b 100644 --- a/mosaic/read_mosaic.c +++ b/mosaic/read_mosaic.c @@ -23,9 +23,7 @@ #include "read_mosaic.h" #include "constant.h" #include "mosaic_util.h" -#ifdef use_netCDF #include -#endif /** \file * \ingroup mosaic diff --git a/test_fms/mosaic2/Makefile.am b/test_fms/mosaic2/Makefile.am index ca0b4804d4..3234f710b0 100644 --- a/test_fms/mosaic2/Makefile.am +++ b/test_fms/mosaic2/Makefile.am @@ -47,10 +47,6 @@ test_grid2_r8_CPPFLAGS =-DTEST_MOS_KIND_=8 $(AM_CPPFLAGS) # These files are also included in the distribution. EXTRA_DIST = test_mosaic2.sh -if SKIP_MOSAIC_TESTS -TESTS_ENVIRONMENT = SKIP_TESTS="test_mosaic2.1 test_mosaic2.2 test_mosaic2.3 test_mosaic2.4" -endif - # Run the test program. TESTS = test_mosaic2.sh