summaryrefslogtreecommitdiffstats
path: root/test/external_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Cleanup comments in tests, align comments better, update vfd testAllen Byrne2020-10-051-1/+1
|
* Source formattedAllen Byrne2020-10-011-25/+24
|
* Whitespace updatesAllen Byrne2020-05-131-2/+2
|
* 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