Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
6 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 4
0
@@ -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
Loading