summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-11 21:58:59 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commit59d5321a33255850eb26a2cfb9b4db0d0fc4b810 (patch)
tree8a38cc465e91aacffd519f051c6e84d601532047 /test/cache_api.c
parentd91fa68f27e3095414226e25a932c51049831d7e (diff)
downloadhdf5-59d5321a33255850eb26a2cfb9b4db0d0fc4b810.zip
hdf5-59d5321a33255850eb26a2cfb9b4db0d0fc4b810.tar.gz
hdf5-59d5321a33255850eb26a2cfb9b4db0d0fc4b810.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: */