Skip to content
Snippets Groups Projects
Commit 280c5dd2 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Refactor the skipping conditions in the tests.

parent 9e39be4b
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
#!@SHELL@
test 'x@ENABLE_GRIB@' = xyes || exit 77
pio_write_args="-p PIO_WRITER -w 4"
mpi_task_num=8
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
cdi_app_stdout="$0.cdi_app.stdout"
cdi_app_stderr="$0.cdi_app.stderr"
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
ncdatafile="$0.nc"
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
prefix=${0##*/}
format=nc
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
prefix=${0##*/}
format=nc
......
#!@SHELL@
@ENABLE_ISOC_INTERFACE_FALSE@exit 77
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
cdi_read_f2003_stdout="$0.cdi_read_f2003.stdout"
cdi_read_f2003_stderr="$0.cdi_read_f2003.stderr"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment