summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-09-11 16:07:59 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-09-11 16:07:59 (GMT)
commit7fd9e85f62084d0ca81fbeb27d75e072a48acf6d (patch)
tree062be564e549f36d7960bb078cec17c7a0cfc8f9 /test/testhdf5.c
parentdd4203674a35d499e8c21980048e4149032cfdf9 (diff)
downloadhdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.zip
hdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.tar.gz
hdf5-7fd9e85f62084d0ca81fbeb27d75e072a48acf6d.tar.bz2
[svn-r2532] Added a trivial FILENAME definition to those programs linked with
h5test.o, which requires the definition to work...
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index ea88a7c..16349d1 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -58,6 +58,10 @@ int Verbosity;
/* ANY new test needs to have a prototype in tproto.h */
#include <testhdf5.h>
+const char *FILENAME[] = {
+ NULL
+};
+
struct TestStruct {
int NumErrors;
char Description[64];