summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-11 22:54:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-11 22:54:47 (GMT)
commitbd7b943c452a54a37a7bde0d56caf4d4bc2768f8 (patch)
tree1a2e9b79a3553326acb3fe822e957b20a296d6b8 /test/cache_api.c
parent9b38aef978299a76b6b19586396bf626a1e58df6 (diff)
downloadhdf5-bd7b943c452a54a37a7bde0d56caf4d4bc2768f8.zip
hdf5-bd7b943c452a54a37a7bde0d56caf4d4bc2768f8.tar.gz
hdf5-bd7b943c452a54a37a7bde0d56caf4d4bc2768f8.tar.bz2
HDFFV-10979 Merge global name fix from develop
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: */