diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 4 |
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]; |