summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-11 23:10:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-11 23:10:28 (GMT)
commit03185042b8712995342934f2a2a5ff74c6422c3c (patch)
treeb5bc1e908176a63328cc727790c1246801829778 /test/cache_api.c
parentf30381d33d9e179ec30a8b46c2db218f2c45d2c1 (diff)
parentabf6bb125007b9df5cbd1c10f63541a1f0e65bb1 (diff)
downloadhdf5-03185042b8712995342934f2a2a5ff74c6422c3c.zip
hdf5-03185042b8712995342934f2a2a5ff74c6422c3c.tar.gz
hdf5-03185042b8712995342934f2a2a5ff74c6422c3c.tar.bz2
Merge pull request #2134 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:hdf5_1_12 to hdf5_1_12
* commit 'abf6bb125007b9df5cbd1c10f63541a1f0e65bb1': 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: */