Added hdf5plugins example code to EXTRA_DIST

This commit is contained in:
Ward Fisher 2018-01-24 17:44:01 -07:00
parent 054c55f85b
commit 6e3eca4fc0
3 changed files with 9 additions and 6 deletions

View File

@ -12,6 +12,7 @@ SET_TESTS_PROPERTIES(C_tests_simple_xy_rd PROPERTIES DEPENDS C_tests_simple_xy_w
SET_TESTS_PROPERTIES(C_tests_sfc_pres_temp_rd PROPERTIES DEPENDS C_tests_sfc_pres_temp_wr)
SET_TESTS_PROPERTIES(C_tests_pres_temp_4D_rd PROPERTIES DEPENDS C_tests_pres_temp_4D_wr)
ADD_SUBDIRECTORY(hdf5plugins)
SET(CLEANFILES sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc)
SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${CLEANFILES}")

View File

@ -3,7 +3,7 @@
# This file builds the C examples.
# Ed Hartnett
# Ed Hartnett, Ward Fisher, Dennis Heimbigner
# Un comment to use a more verbose test driver
#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
@ -13,7 +13,7 @@ LDADD = -lm
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_LDFLAGS =
# These are the netCDF-3 examples.
# These are the netCDF-3 examples.
check_PROGRAMS = simple_xy_wr simple_xy_rd sfc_pres_temp_wr \
sfc_pres_temp_rd pres_temp_4D_wr pres_temp_4D_rd
@ -21,9 +21,9 @@ TESTS = run_examples.sh
# To build netcdf-4, or not to build netcdf-4, that is the question...
if USE_NETCDF4
# These are the extra netCDF-4 examples.
# These are the extra netCDF-4 examples.
check_PROGRAMS += simple_nc4_wr simple_nc4_rd simple_xy_nc4_wr \
simple_xy_nc4_rd
simple_xy_nc4_rd
if ENABLE_FILTER_TESTING
# filter_example.c should be same as nc_test4/test_filter.c
@ -33,7 +33,7 @@ endif
endif #USE_NETCDF4
if USE_PNETCDF
# These are the extra netCDF-4 examples.
# These are the extra netCDF-4 examples.
check_PROGRAMS += parallel_vara
TESTS += parallel_vara
endif #USE_PNETCDF
@ -57,7 +57,7 @@ endif # USE_VALGRIND_TESTS
endif # USE_NETCDF4
# These files are created by the tests.
CLEANFILES = *.nc
CLEANFILES = *.nc
EXTRA_DIST = run_valgrind_tests.sh run_nc4_valgrind_tests.sh \
CMakeLists.txt run_examples.sh run_examples4.sh

View File

@ -24,3 +24,5 @@ libbzip2_la_SOURCES = ${DLLSRC}
libbzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined
endif #ENABLE_FILTER_TESTING
EXTRA_DIST = CMakeLists.txt H5Zbzip2.c Makefile.am blocksort.c bzlib.c bzlib.h bzlib_private.h compress.c \
crctable.c decompress.c h5bzip2.h huffman.c randtable.c bzip2.nc