summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-08-15 16:53:11 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-08-15 16:53:11 (GMT)
commitbcbe95cad006f0c72b0eeadf0eeaf82629145f6b (patch)
treef8ab84e769b0e0f9cb40393655d71ead9147464f /test/testhdf5.c
parentbc2b9d9dea6271a46cdfb12913d73d0cd7675607 (diff)
downloadhdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.zip
hdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.tar.gz
hdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.tar.bz2
[svn-r36] ./test/testhdf5.c
./test/testhdf5.h ./test/tfile.c ./test/theap.c ./test/tmeta.c ./test/tohdr.c ./test/tstab.c Fixed include files. ./test/Makefile.in NEW ./test/Makefile Removed Makefile; it is now generated from Makefile.in by configure.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c8
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
{