summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_shapesame.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-05 20:34:04 (GMT)
committerGitHub <noreply@github.com>2023-05-05 20:34:04 (GMT)
commit85077e83e0f93dde1e19faf1fdcdecf087af9278 (patch)
tree29ec4e677d121645db6509917d4ae7b48e708532 /testpar/API/t_shapesame.c
parent197e7792a128e78d79a4b0454ffb6b6c69a4926a (diff)
downloadhdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.zip
hdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.tar.gz
hdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.tar.bz2
Fix some compile failures in API tests (#2913)
Diffstat (limited to 'testpar/API/t_shapesame.c')
-rw-r--r--testpar/API/t_shapesame.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/testpar/API/t_shapesame.c b/testpar/API/t_shapesame.c
index 340e89e..2a029ab 100644
--- a/testpar/API/t_shapesame.c
+++ b/testpar/API/t_shapesame.c
@@ -28,6 +28,10 @@
#include "hdf5.h"
#include "testphdf5.h"
+#ifndef PATH_MAX
+#define PATH_MAX 512
+#endif
+
/* FILENAME and filenames must have the same number of names.
* Use PARATESTFILE in general and use a separated filename only if the file
* created in one test is accessed by a different test.
@@ -3967,12 +3971,6 @@ ckrbrd_hs_dr_pio_test(ShapeSameTestMethods sstest_type)
* Main driver of the Parallel HDF5 tests
*/
-#include "testphdf5.h"
-
-#ifndef PATH_MAX
-#define PATH_MAX 512
-#endif /* !PATH_MAX */
-
/* global variables */
int dim0;
int dim1;