summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-11 21:58:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-11 21:58:59 (GMT)
commit8ef8f5fda952540dc18a43ccf65597089db175f9 (patch)
tree9c3013b685e1d2750c75a1d6a7fc53391a39cb73 /test/cache_api.c
parent34ff52bd1a3c6eb4a737b92c7f36bdd0109e6ddc (diff)
downloadhdf5-8ef8f5fda952540dc18a43ccf65597089db175f9.zip
hdf5-8ef8f5fda952540dc18a43ccf65597089db175f9.tar.gz
hdf5-8ef8f5fda952540dc18a43ccf65597089db175f9.tar.bz2
HDFFV-10979 fix global name clash
Diffstat (limited to 'test/cache_api.c')
-rw-r--r--test/cache_api.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cache_api.c b/test/cache_api.c
index 87b9567..1d5aa56 100644
--- a/test/cache_api.c
+++ b/test/cache_api.c
@@ -24,6 +24,12 @@
/* global variable declarations: */
+const char *FILENAME[] = {
+ "cache_test",
+ "cache_api_test",
+ NULL
+};
+
/* macro definitions */
/* private function declarations: */