* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
* If you do not have access to either file, you may request a copy from *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/***********************************************************
* Test the Time Datatype functionality
*************************************************************/
#define DATAFILE "ttime.h5"
#define DATASETNAME "Dataset"
/****************************************************************
** test_time_commit(): Test committing time datatypes to a file
****************************************************************/
/* Output message about test being performed */
MESSAGE(5, ("Testing Time Datatypes\n"));
test_time_commit(); /* Test committing time datatypes to a file */
test_time_io(); /* Test writing time data to a dataset */
/*-------------------------------------------------------------------------
* Purpose: Cleanup temporary test files
* Purpose: Cleanup temporary test files
* Programmer: Quincey Koziol
* Programmer: Quincey Koziol
*-------------------------------------------------------------------------