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

Skip 'test_resource_copy' when '--disable-grib'.

parent bc9f75df
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -60,6 +60,7 @@ Makefile.in
/tests/test_cksum_service
/tests/test_f2003
/tests/test_resource_copy_mpi_run.test
/tests/test_resource_copy_run
Makefile
# Build stage files:
......
......@@ -721,6 +721,7 @@ AC_CONFIG_FILES([
tests/test_cksum_service
tests/test_f2003
tests/test_resource_copy_mpi_run.test
tests/test_resource_copy_run
],
[chmod a+x "$ac_file"])
......
......@@ -17,7 +17,7 @@ TESTS = \
test_cksum_service \
test_f2003 \
test_month_adjust \
test_resource_copy \
test_resource_copy_run \
test_table
# MPI test must have prefix *.test:
......
#!@SHELL@
test 'x@ENABLE_GRIB@' = xyes || exit 77
./test_resource_copy || exit 1
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