summaryrefslogtreecommitdiffstats
path: root/test/external_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicting types for reset_raw_data_files() parameter in ↵Larry Knox2019-08-011-1/+1
| | | | | | external_common.c changed from int to hbool_t. Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
* Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-221-3/+9
|
* HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-091-0/+121
1. switched to use the existing H5F_prefix_open_t for enum type; 2. put the common private function used by external.c and external_env.c into external_common.c