Testing: remove autotools deprecated stuff

This commit is contained in:
Shahram Najm 2022-04-03 23:02:48 +01:00
parent f9b4420bdf
commit 7ba0f8d079
220 changed files with 219 additions and 298 deletions

View File

@ -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} )

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
cd ${data_dir}/bufr cd ${data_dir}/bufr

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
cd ${data_dir}/bufr cd ${data_dir}/bufr

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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.

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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
# --------------------------------------------------------- # ---------------------------------------------------------

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
cd ${data_dir}/bufr cd ${data_dir}/bufr

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
cd ${data_dir}/bufr cd ${data_dir}/bufr

View File

@ -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

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
cd ${data_dir}/bufr cd ${data_dir}/bufr

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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}

View File

@ -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"

View File

@ -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

View File

@ -9,7 +9,7 @@
# #
set -x set -x
. ./include.sh . ./include.ctest.sh
REDIRECT=/dev/null REDIRECT=/dev/null

View File

@ -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

View File

@ -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"

View 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"

View File

@ -9,7 +9,7 @@
# #
. ./include.sh . ./include.ctest.sh
REDIRECT=/dev/null REDIRECT=/dev/null

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.$$

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"
# #

View File

@ -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

View File

@ -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"

View File

@ -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="

View File

@ -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}

View File

@ -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