diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 6d1cfc9..bee3bfb 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -43,14 +43,20 @@ static char RcsId[] = "@(#)$Revision$"; #include <console.h> #endif +#include <stdarg.h> + #define MAXNUMOFTESTS 30 #define HDF5_TEST_MASTER /* Internal Variables */ static int Index = 0; +/* Global variables */ +int num_errs; +int Verbosity; + /* ANY new test needs to have a prototype in tproto.h */ -#include "testhdf5.h" +#include <testhdf5.h> struct TestStruct { |