diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-04-11 05:17:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-04-11 05:17:13 (GMT) |
commit | 4b716c38b8cbaf3bc27c0bea7acb6f02b55df740 (patch) | |
tree | b68c22160bfa8dde89ebf2c100d524e299ac6d57 /MANIFEST | |
parent | 79a2871982693ad80104424d37458eda656bad4f (diff) | |
download | hdf5-4b716c38b8cbaf3bc27c0bea7acb6f02b55df740.zip hdf5-4b716c38b8cbaf3bc27c0bea7acb6f02b55df740.tar.gz hdf5-4b716c38b8cbaf3bc27c0bea7acb6f02b55df740.tar.bz2 |
[svn-r13633] Purpose
New feature
Description:
Added test scripts to test the compiler scripts (h5cc, h5fc and h5c++)
Tested platform:
Kagiso (serial and pp)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -141,6 +141,8 @@ ./examples/h5_ref2reg.c ./examples/h5_shared_mesg.c ./examples/ph5example.c +./examples/testh5cc.sh.in + #------------------------------------------------------------------------------ @@ -170,6 +172,7 @@ ./fortran/examples/refregexample.f90 ./fortran/examples/rwdsetexample.f90 ./fortran/examples/selectele.f90 +./fortran/examples/testh5fc.sh.in ./fortran/src/H5_f.c ./fortran/src/H5_ff.f90 @@ -265,6 +268,7 @@ ./c++/examples/h5group.cpp ./c++/examples/readdata.cpp ./c++/examples/testexamples.sh +./c++/examples/testh5c++.sh.in ./c++/examples/writedata.cpp ./c++/examples/Makefile.am ./c++/examples/Makefile.in |