summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2021-04-05 19:03:53 (GMT)
committerGitHub <noreply@github.com>2021-04-05 19:03:53 (GMT)
commitfef0001155449d66fea046c3ca1064bc53e5531d (patch)
treed016b23505360498b2d9a86a3b7ea4c0ce308fb2 /test/external_common.h
parent2a4ec12cb8b55f429409f8150b6cbfe76d5d15f4 (diff)
parent22159bc646f379b9d12c6c3a4ac44126029702e0 (diff)
downloadhdf5-fef0001155449d66fea046c3ca1064bc53e5531d.zip
hdf5-fef0001155449d66fea046c3ca1064bc53e5531d.tar.gz
hdf5-fef0001155449d66fea046c3ca1064bc53e5531d.tar.bz2
Merge pull request #3 from HDFGroup/feature/vfd_swmr
Feature/vfd swmr
Diffstat (limited to 'test/external_common.h')
-rw-r--r--test/external_common.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/external_common.h b/test/external_common.h
index f02652b..6e2915f 100644
--- a/test/external_common.h
+++ b/test/external_common.h
@@ -6,7 +6,7 @@
* 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. *
+ * distribution tree, or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -26,11 +26,10 @@
/* A similar collection of files is used for the tests that
* perform file I/O.
*/
-#define N_EXT_FILES 4
-#define PART_SIZE 25
-#define TOTAL_SIZE 100
-#define GARBAGE_PER_FILE 10
-
+#define N_EXT_FILES 4
+#define PART_SIZE 25
+#define TOTAL_SIZE 100
+#define GARBAGE_PER_FILE 10
#ifdef __cplusplus
extern "C" {