############################################################################## ############################################################################## ### T E S T I N G ### ############################################################################## ############################################################################## file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/TEST") #-- Copy all the dat files from the test directory into the source directory set (HDF4_REFERENCE_TEST_FILES sds_szipped.dat smallslice.0000.nc test1.nc Roy.nc Roy-64.nc ) #-- Copy all the dat files from the test directory into the source directory set (HDF4_REFERENCE2_TEST_FILES testout.sav ) foreach (h4_file ${HDF4_REFERENCE_TEST_FILES} ${HDF4_REFERENCE2_TEST_FILES}) HDFTEST_COPY_FILE("${HDF4_MFHDF_TEST_DIR}/${h4_file}" "${PROJECT_BINARY_DIR}/TEST/${h4_file}" "mfhdf_test_files") endforeach () add_custom_target(mfhdf_test_files ALL COMMENT "Copying files needed by mfhdf tests" DEPENDS ${mfhdf_test_files_list}) ############################################################################## ############################################################################## ### T H E T E S T S ### ############################################################################## ############################################################################## # Remove any output file left over from previous test run set (HDF4_TESTMFHDF_FILES b150.hdf bug376.hdf cdfout.new cdfout.new.err chkbit.hdf chktst.hdf comptst1.hdf comptst2.hdf comptst3.hdf comptst4.hdf comptst5.hdf comptst6.hdf comptst7.hdf datainfo_chk.hdf datainfo_chkcmp.hdf datainfo_cmp.hdf datainfo_extend.hdf datainfo_nodata.hdf datainfo_simple.hdf datasizes.hdf dim.hdf emptySDSs.hdf extfile.hdf exttst.hdf idtypes.hdf multidimvar.nc nbit.hdf onedimmultivars.nc onedimonevar.nc scaletst.hdf sds1_dim1_samename.hdf sds2_dim1_samename.hdf SDS_8_sziped.hdf SDS_16_sziped.hdf SDS_32_sziped.hdf sds_compressed.hdf SD_externals SDS_fl32_sziped.hdf SDS_fl64_sziped.hdf sds_szipped.hdf SDSchunkedsziped.hdf SDSchunkedsziped3d.hdf SDSlongname.hdf SDSunlimitedsziped.hdf test.cdf test1.hdf test2.hdf test_arguments.hdf 'This file name has quite a few characters because it is used to test the fix of bugzilla 1331. It has to be at least this long to see.' Unlim_dim.hdf Unlim_inloop.hdf vars_samename.hdf tdfanndg.hdf tdfansdg.hdf ) add_test ( NAME MFHDF_TEST-clearall-objects COMMAND ${CMAKE_COMMAND} -E remove ${HDF4_TESTMFHDF_FILES} WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/TEST ) set_tests_properties (MFHDF_TEST-clearall-objects PROPERTIES FIXTURES_SETUP clear_MFHDF_TEST) add_test (NAME MFHDF_TEST-hdftest COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $) set_tests_properties (MFHDF_TEST-hdftest PROPERTIES FIXTURES_REQUIRED clear_MFHDF_TEST WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/TEST LABELS ${PROJECT_NAME} ) add_test (NAME MFHDF_TEST-hdfnctest COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $) set_tests_properties (MFHDF_TEST-hdfnctest PROPERTIES FIXTURES_REQUIRED clear_MFHDF_TEST LABELS ${PROJECT_NAME} )