mirror of https://github.com/ecmwf/eccodes.git
Rename tests
This commit is contained in:
parent
71a7ad6a25
commit
a1a66d1705
|
@ -18,7 +18,7 @@ if( HAVE_BUILD_TOOLS )
|
|||
bufr_copy_message
|
||||
grib_get_keys
|
||||
grib_get_data
|
||||
get_pl
|
||||
grib_get_pl
|
||||
get_pv
|
||||
grib_keys_iterator
|
||||
grib_multi_write
|
||||
|
@ -63,7 +63,7 @@ else()
|
|||
grib_index
|
||||
grib_get_keys
|
||||
grib_get_data
|
||||
get_pl
|
||||
grib_get_pl
|
||||
get_pv
|
||||
grib_keys_iterator
|
||||
grib_multi
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
AM_CFLAGS = @WARN_PEDANTIC@ @WERROR@ @FORCE_32_CFLAGS@
|
||||
|
||||
TESTS = grib_copy_message.sh grib_get_keys.sh grib_get_data.sh get_pl.sh get_pv.sh grib_keys_iterator.sh \
|
||||
TESTS = grib_copy_message.sh grib_get_keys.sh grib_get_data.sh grib_get_pl.sh get_pv.sh grib_keys_iterator.sh \
|
||||
grib_nearest.sh grib_precision.sh grib_multi_write.sh grib_multi.sh \
|
||||
grib_print_data.sh grib_set_keys.sh \
|
||||
grib_set_bitmap.sh grib_set_missing.sh grib_set_pv.sh grib_samples.sh grib_count_messages.sh \
|
||||
|
@ -18,7 +18,7 @@ noinst_PROGRAMS = eccodes_f_grib_index \
|
|||
eccodes_f_grib_copy_message \
|
||||
eccodes_f_grib_get_keys \
|
||||
eccodes_f_grib_get_data \
|
||||
eccodes_f_get_pl \
|
||||
eccodes_f_grib_get_pl \
|
||||
eccodes_f_get_pv \
|
||||
eccodes_f_grib_keys_iterator \
|
||||
eccodes_f_grib_multi_write \
|
||||
|
@ -60,7 +60,7 @@ eccodes_f_grib_index_SOURCES=grib_index.f90
|
|||
eccodes_f_grib_copy_message_SOURCES=grib_copy_message.f90
|
||||
eccodes_f_grib_get_keys_SOURCES=grib_get_keys.f90
|
||||
eccodes_f_grib_get_data_SOURCES=grib_get_data.f90
|
||||
eccodes_f_get_pl_SOURCES=get_pl.f90
|
||||
eccodes_f_grib_get_pl_SOURCES=grib_get_pl.f90
|
||||
eccodes_f_get_pv_SOURCES=get_pv.f90
|
||||
eccodes_f_grib_keys_iterator_SOURCES=grib_keys_iterator.f90
|
||||
eccodes_f_grib_multi_write_SOURCES=grib_multi_write.f90
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
! Description: how to get PL values.
|
||||
!
|
||||
!
|
||||
program get_pl
|
||||
program grib_get_pl
|
||||
use eccodes
|
||||
implicit none
|
||||
integer :: infile
|
||||
|
@ -42,4 +42,4 @@ program get_pl
|
|||
|
||||
call codes_close_file(infile)
|
||||
|
||||
end program get_pl
|
||||
end program grib_get_pl
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
. ./include.sh
|
||||
|
||||
${examples_dir}/eccodes_f_get_pl > /dev/null
|
||||
${examples_dir}/eccodes_f_grib_get_pl > /dev/null
|
Loading…
Reference in New Issue