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

Restore 'test_grib'.

parent 0d861918
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ Makefile.in
/tests/test_cksum_nc_chunk
/tests/test_cksum_service
/tests/test_f2003
/tests/test_grib_run
/tests/test_resource_copy_mpi_run.test
/tests/test_resource_copy_run
/tests/test_table_run
......
......@@ -699,6 +699,7 @@ AC_CONFIG_FILES([
tests/test_cksum_nc_chunk
tests/test_cksum_service
tests/test_f2003
tests/test_grib_run
tests/test_resource_copy_mpi_run.test
tests/test_resource_copy_run
tests/test_table_run
......
......@@ -16,6 +16,7 @@ TESTS = \
test_cksum_nc_chunk \
test_cksum_service \
test_f2003 \
test_grib_run \
test_month_adjust \
test_resource_copy_run \
test_table_run
......@@ -64,6 +65,7 @@ test_PROGRAMS_ = \
pio_write \
pio_write_deco2d \
test_byteswap \
test_grib \
test_month_adjust \
test_resource_copy \
test_table
......@@ -152,6 +154,8 @@ pio_write_deco2d_parallel_LDADD = $(top_builddir)/src/libcdipio.la $(PPM_CORE_C_
test_byteswap_SOURCES = test_byteswap.c
test_grib_SOURCES = test_grib.c
test_month_adjust_SOURCES = test_month_adjust.c
test_resource_copy_SOURCES = test_resource_copy.c
......
......@@ -11,7 +11,7 @@
int main()
{
char fname[] = "test.grb";
char fname[] = "test_grib.grb";
int filetype = CDI_FILETYPE_GRB;
enum {
nlat = 18,
......
#! /bin/sh
TEST=test_grib
./${TEST}
result=$?
exit $result
#!@SHELL@
test 'x@ENABLE_GRIB@' = xyes || exit 77
./test_grib || 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