diff options
Diffstat (limited to 'test/srb_append.c')
-rw-r--r-- | test/srb_append.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/srb_append.c b/test/srb_append.c index 497f51b..9cd6130 100644 --- a/test/srb_append.c +++ b/test/srb_append.c @@ -51,6 +51,10 @@ */ #include <h5test.h> +const char *FILENAME[] = { + NULL +}; + #ifndef H5_HAVE_SRB int main(void) { |