mirror of https://github.com/ecmwf/eccodes.git
Testing: remove autotools deprecated stuff
This commit is contained in:
parent
f9b4420bdf
commit
7ba0f8d079
|
@ -3,7 +3,6 @@
|
||||||
# Configure the file which all CMake tests will include
|
# Configure the file which all CMake tests will include
|
||||||
configure_file( include.ctest.sh.in include.ctest.sh @ONLY )
|
configure_file( include.ctest.sh.in include.ctest.sh @ONLY )
|
||||||
|
|
||||||
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/include.sh ${CMAKE_CURRENT_BINARY_DIR} )
|
|
||||||
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/utils.sh ${CMAKE_CURRENT_BINARY_DIR} )
|
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/utils.sh ${CMAKE_CURRENT_BINARY_DIR} )
|
||||||
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/number_compare.pl ${CMAKE_CURRENT_BINARY_DIR} )
|
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/number_compare.pl ${CMAKE_CURRENT_BINARY_DIR} )
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
for file in `find ${ECCODES_DEFINITION_PATH}/bufr/ -name 'element.table' -print`
|
for file in `find ${ECCODES_DEFINITION_PATH}/bufr/ -name 'element.table' -print`
|
||||||
do
|
do
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_data_test"
|
label="bufr_dump_data_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_decode_C_test"
|
label="bufr_dump_decode_C_test"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_decode_fortran_test"
|
label="bufr_dump_decode_fortran_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_decode_python_test"
|
label="bufr_dump_decode_python_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_descriptors_test"
|
label="bufr_dump_descriptors_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_encode_C_test"
|
label="bufr_dump_encode_C_test"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_encode_fortran_test"
|
label="bufr_dump_encode_fortran_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_encode_python_test"
|
label="bufr_dump_encode_python_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_samples_test"
|
label="bufr_dump_samples_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_dump_subset_test"
|
label="bufr_dump_subset_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
label="bufr_ecc-1028_test"
|
label="bufr_ecc-1028_test"
|
||||||
tempFilter=temp.$label.filt
|
tempFilter=temp.$label.filt
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-1187
|
# This is the test for the JIRA issue ECC-1187
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="bufr_ecc-1195-test"
|
label="bufr_ecc-1195-test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
label="bufr_ecc-1259-test"
|
label="bufr_ecc-1259-test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-1288.
|
# This is the test for the JIRA issue ECC-1288.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
label="bufr_ecc-1290-test"
|
label="bufr_ecc-1290-test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
label="bufr_ecc-1305-test"
|
label="bufr_ecc-1305-test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-197.
|
# This is the test for the JIRA issue ECC-197.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-286.
|
# This is the test for the JIRA issue ECC-286.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-288
|
# This is the test for the JIRA issue ECC-288
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-313.
|
# This is the test for the JIRA issue ECC-313.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-359.
|
# This is the test for the JIRA issue ECC-359.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-379 (Also ECC-830)
|
# This is the test for the JIRA issue ECC-379 (Also ECC-830)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-393
|
# This is the test for the JIRA issue ECC-393
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-428
|
# This is the test for the JIRA issue ECC-428
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-433.
|
# This is the test for the JIRA issue ECC-433.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
OUTPUT=temp.ecc-517.bufr
|
OUTPUT=temp.ecc-517.bufr
|
||||||
TEMP=temp.ecc-517.txt
|
TEMP=temp.ecc-517.txt
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-616.
|
# This is the test for the JIRA issue ECC-616.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-673
|
# This is the test for the JIRA issue ECC-673
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-686.
|
# This is the test for the JIRA issue ECC-686.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-690.
|
# This is the test for the JIRA issue ECC-690.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-750.
|
# This is the test for the JIRA issue ECC-750.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-765.
|
# This is the test for the JIRA issue ECC-765.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-875
|
# This is the test for the JIRA issue ECC-875
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# This is the test for the JIRA issue ECC-887
|
# This is the test for the JIRA issue ECC-887
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_extract_headers_test"
|
label="bufr_extract_headers_test"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
$EXEC ${test_dir}/bufr_get_element
|
$EXEC ${test_dir}/bufr_get_element
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="bufr_indexing"
|
label="bufr_indexing"
|
||||||
tempIndex=temp.$label.$$.idx
|
tempIndex=temp.$label.$$.idx
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
|
|
||||||
# Test sample BUFR files
|
# Test sample BUFR files
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
tempOut=temp.bufr_keys_iter.$$.out
|
tempOut=temp.bufr_keys_iter.$$.out
|
||||||
tempRef=temp.bufr_keys_iter.$$.ref
|
tempRef=temp.bufr_keys_iter.$$.ref
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}/bufr
|
cd ${data_dir}/bufr
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
tempLog=temp.bufr_ls_json.log
|
tempLog=temp.bufr_ls_json.log
|
||||||
rm -f $tempLog
|
rm -f $tempLog
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="bufr_rdbSubTypes"
|
label="bufr_rdbSubTypes"
|
||||||
fBufr3Input=$ECCODES_SAMPLES_PATH/BUFR3_local.tmpl
|
fBufr3Input=$ECCODES_SAMPLES_PATH/BUFR3_local.tmpl
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
label="bufr_templates_test"
|
label="bufr_templates_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="bufr_threads_ecc-604"
|
label="bufr_threads_ecc-604"
|
||||||
temp_dir=tempdir.${label}
|
temp_dir=tempdir.${label}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_wmo_tables_test"
|
label="bufr_wmo_tables_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="codes_export_resource_test"
|
label="codes_export_resource_test"
|
||||||
temp=temp.$label
|
temp=temp.$label
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
pwd
|
pwd
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="codes_split_file"
|
label="codes_split_file"
|
||||||
|
|
|
@ -33,7 +33,7 @@ cat <<EOF
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
label="prod_${TEST_TITLE}-test"
|
label="prod_${TEST_TITLE}-test"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Define a common label for all the tmp files
|
# Define a common label for all the tmp files
|
||||||
label="bufr_extract_offsets_test"
|
label="bufr_extract_offsets_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="filter_substr_test"
|
label="filter_substr_test"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="grib2_chemicals_aerosols_test"
|
label="grib2_chemicals_aerosols_test"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="grib2_templates"
|
label="grib2_templates"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="grib2_version"
|
label="grib2_version"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
$EXEC $test_dir/grib_2nd_order_numValues
|
$EXEC $test_dir/grib_2nd_order_numValues
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
set -u
|
set -u
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
files="
|
files="
|
||||||
constant_width_bitmap.grib
|
constant_width_bitmap.grib
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
# and encode messages with bpv < sizeof(long). Attempt to do otherwise will
|
# and encode messages with bpv < sizeof(long). Attempt to do otherwise will
|
||||||
# result in an error. This is valid for Simple Packing.
|
# result in an error. This is valid for Simple Packing.
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
|
|
||||||
$EXEC ${test_dir}/grib_bpv_limit ${data_dir}/regular_latlon_surface.grib2 2>/dev/null
|
$EXEC ${test_dir}/grib_bpv_limit ${data_dir}/regular_latlon_surface.grib2 2>/dev/null
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
|
|
||||||
temp1=temp1.calendar.$$
|
temp1=temp1.calendar.$$
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="grib_ccsds_test"
|
label="grib_ccsds_test"
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
label="grib_cfNames_test"
|
label="grib_cfNames_test"
|
||||||
temp=temp.${label}
|
temp=temp.${label}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# --- check nothing bombs when changing packing
|
# --- check nothing bombs when changing packing
|
||||||
# --- for now limited to just a few packing schemes
|
# --- for now limited to just a few packing schemes
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="grib_change_packing_test"
|
label="grib_change_packing_test"
|
||||||
temp=temp.$label.grib
|
temp=temp.$label.grib
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
label="grib_change_scanning"
|
label="grib_change_scanning"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="grib_check_gaussian_grids"
|
label="grib_check_gaussian_grids"
|
||||||
temp=temp.$label.grib
|
temp=temp.$label.grib
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="grib_check_param_concepts_test"
|
label="grib_check_param_concepts_test"
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
label="grib_compare_test"
|
label="grib_compare_test"
|
||||||
REDIRECT=/dev/null
|
REDIRECT=/dev/null
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
label="grib_complex"
|
label="grib_complex"
|
||||||
temp=${label}".grib.tmp"
|
temp=${label}".grib.tmp"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# data="${data_dir}/*grib1 ${data_dir}/*grib2"
|
# data="${data_dir}/*grib1 ${data_dir}/*grib2"
|
||||||
data="
|
data="
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
# Enter data dir
|
# Enter data dir
|
||||||
cd ${data_dir}
|
cd ${data_dir}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
#
|
#
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.ctest.sh
|
||||||
set -u
|
set -u
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# Tests for data quality checks
|
# Tests for data quality checks
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue