Skip to content

Commit

Permalink
remove skips in mosaic tests and netcdf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Oct 6, 2023
1 parent 5b1d125 commit bcd6a9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions mosaic/read_mosaic.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
#include "read_mosaic.h"
#include "constant.h"
#include "mosaic_util.h"
#ifdef use_netCDF
#include <netcdf.h>
#endif

/** \file
* \ingroup mosaic
Expand Down
4 changes: 0 additions & 4 deletions test_fms/mosaic2/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bcd6a9d

Please sign in to comment.