diff --git a/h5_test/CMakeLists.txt b/h5_test/CMakeLists.txt index af8a2d5b4..446f224d8 100644 --- a/h5_test/CMakeLists.txt +++ b/h5_test/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(H5TESTS tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds tst_h_compounds2 tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints tst_h_dimscales tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 tst_h_enums tst_h_dimscales4 tst_endian_float) +SET(H5TESTS tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds tst_h_compounds2 tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints tst_h_dimscales tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 tst_h_enums tst_h_dimscales4 tst_h_endian_float) FILE(GLOB COPY_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.h5 ${CMAKE_CURRENT_SOURCE_DIR}/*.nc) FILE(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) diff --git a/h5_test/Makefile.am b/h5_test/Makefile.am index 71d579e72..1e44dda13 100644 --- a/h5_test/Makefile.am +++ b/h5_test/Makefile.am @@ -1,7 +1,7 @@ # This is part of the netCDF package. # Copyright 2011 University Corporation for Atmospheric Research/Unidata # See COPYRIGHT file for conditions of use. -# +# # This entire directory will be skipped, unless the configure script # is run with --enable-netcdf-4. This directory contains tests that # only use HDF5; these tests don't use netCDF at all. @@ -18,7 +18,7 @@ tst_h_atts3 tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps \ tst_h_compounds tst_h_compounds2 tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl \ tst_h_opaques tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints \ tst_h_dimscales tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 \ -tst_h_enums tst_h_dimscales4 #tst_h_filters +tst_h_enums tst_h_dimscales4 tst_h_endian_float #tst_h_filters # If benchmarks were turned on, build and run a bunch more tests. if BUILD_BENCHMARKS @@ -40,7 +40,7 @@ endif # This will run a bunch of the test programs with valgrind, the memory # checking tool. (Valgrind must be present for this to work.) if USE_VALGRIND_TESTS -TESTS += run_valgrind_tests.sh +TESTS += run_valgrind_tests.sh endif # USE_VALGRIND_TESTS # We must include these files in the distribution. @@ -50,8 +50,3 @@ run_valgrind_tests.sh ref_tst_compounds.nc h5_err_macros.h CMakeLists.txt # Clean up test results. CLEANFILES = tst_h_*.h5 - - - - - diff --git a/h5_test/tst_endian_float.c b/h5_test/tst_h_endian_float.c similarity index 100% rename from h5_test/tst_endian_float.c rename to h5_test/tst_h_endian_float.c