summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-08-09 16:47:25 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-08-09 16:47:25 (GMT)
commitbae16b355d04b0c25bca728cb19b3a998501663b (patch)
tree2414187c958e76914a434e8e0aab0faff4214b78 /test/testhdf5.c
parenta260c7849c1ca59bd32cde9d12380e89afd70770 (diff)
downloadhdf5-bae16b355d04b0c25bca728cb19b3a998501663b.zip
hdf5-bae16b355d04b0c25bca728cb19b3a998501663b.tar.gz
hdf5-bae16b355d04b0c25bca728cb19b3a998501663b.tar.bz2
[svn-r18] ./src/hdf5plat.h
Added defn for int64 and uint64 on irix. It seems to be wrong, but at least things compile and run. This file will go away with autoconf anyway. ./test/testhdf5.c ./test/Makefile Added tstab.c ./test/testhdf5.h Added tstab.c Fixed bugs with CHECK_I() and CHECK_PTR().
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index eaedee8..6d1cfc9 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -150,6 +150,7 @@ int main(int argc, char *argv[])
InitTest("file", test_file, "Low-Level File I/O");
InitTest("heap", test_heap, "Object and Name Heaps");
InitTest("ohdr", test_ohdr, "Object Headers");
+ InitTest("stab", test_stab, "Symbol Tables");
Verbosity = 4; /* Default Verbosity is Low */
H5version(&major, &minor, &release, &patch);