summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-12 20:10:48 (GMT)
committerkmu <kmu@hdfgroup.org>2019-12-12 20:10:48 (GMT)
commit7366709e4000a96a9942934da0d13474213567f3 (patch)
tree9c3013b685e1d2750c75a1d6a7fc53391a39cb73 /test/cache_api.c
parentd33f4365b57c8c27fdce6103f4d7475e3cb4988f (diff)
parent8026c67a1c34e9d3dcaffe12f22d00e4ced64878 (diff)
downloadhdf5-7366709e4000a96a9942934da0d13474213567f3.zip
hdf5-7366709e4000a96a9942934da0d13474213567f3.tar.gz
hdf5-7366709e4000a96a9942934da0d13474213567f3.tar.bz2
Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into 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: */