summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-09-24 19:25:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-09-24 19:25:16 (GMT)
commit52f3545bde417a7eaeb996bfc97b58ab32075c73 (patch)
treea66dfbf51e6a9357c9b678aeeb933d224f8d7b86 /MANIFEST
parentc6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1 (diff)
downloadhdf5-52f3545bde417a7eaeb996bfc97b58ab32075c73.zip
hdf5-52f3545bde417a7eaeb996bfc97b58ab32075c73.tar.gz
hdf5-52f3545bde417a7eaeb996bfc97b58ab32075c73.tar.bz2
[svn-r7506] Purpose: Add backward compatbility with v1.6 for Error API; change error tests
to avoid printing error messages. Description: If enable-hdf5v1_6 is configured in, make some functions compatible with v1.6. Error test program print out some error messages as it succeeds. Solution: Use #ifdef H5_WANT_H5_V1_6_COMPAT statements. Use shell script to compare error test output with the standard one. Platforms tested: h5committest
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST11
1 files changed, 9 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index bd290c0..9d58562 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -28,7 +28,7 @@
./bin/debug-ohdr _DO_NOT_DISTRIBUTE_
./bin/dependencies
./bin/distdep
-./bin/errors _DO_NOT_DISTRIBUTE_
+./bin/error_test _DO_NOT_DISTRIBUTE_
./bin/h5vers
./bin/install-sh
./bin/iostats
@@ -973,7 +973,8 @@
./test/enum.c
./test/extend.c
./test/external.c
-./test/errors.c
+./test/error_test.c
+./test/err_compat.c
./test/file_handle.c
./test/fill_old.h5
./test/fillval.c
@@ -1015,6 +1016,7 @@
./test/tconfig.c
./test/testhdf5.c
./test/testhdf5.h
+./test/testerror.sh
./test/testmeta.c
./test/tfile.c
./test/tgenprop.c
@@ -1042,6 +1044,11 @@
./test/tvltypes.c
./test/unlink.c
+./test/testfiles/err_compat_1
+./test/testfiles/err_compat_2
+./test/testfiles/error_test_1
+./test/testfiles/error_test_2
+
./testpar/Dependencies
./testpar/Makefile.in
./testpar/t_dset.c