From 31ca50ac3aa47cd19a84a38631f6ec81db3caf5d Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 5 Apr 2007 15:25:50 -0500 Subject: [svn-r13595] Add the macro check of H5_HAVE_FSEEKO for STDIO test. Without it there'll be no big file support. Tested on smirom because it's a simple change. --- test/big.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/big.c b/test/big.c index aabc7b7..49eb44e 100644 --- a/test/big.c +++ b/test/big.c @@ -555,7 +555,7 @@ main (int ac, char **av) if (h5_cleanup(FILENAME, fapl)) remove(DNAME); puts("Test passed with the Family Driver."); - +#ifdef H5_HAVE_FSEEKO /* Test big file with the STDIO driver */ puts("\nTesting big file with the STDIO Driver "); @@ -568,6 +568,7 @@ main (int ac, char **av) if (writer(filename, fapl, WRT_N)) goto error; if (reader(filename, fapl)) goto error; puts("Test passed with the STDIO Driver."); +#endif quit: /* End with normal exit code */ -- cgit v0.12