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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 10900c7..b7d367f 100644 --- a/configure.in +++ b/configure.in @@ -3607,11 +3607,13 @@ AC_CONFIG_FILES([src/libhdf5.settings tools/misc/testh5repart.sh tools/misc/testh5stat.sh examples/Makefile + examples/testh5cc.sh c++/Makefile c++/src/Makefile c++/src/h5c++ c++/test/Makefile c++/examples/Makefile + c++/examples/testh5c++.sh fortran/Makefile fortran/src/h5fc fortran/src/libhdf5_fortran.settings @@ -3619,6 +3621,7 @@ AC_CONFIG_FILES([src/libhdf5.settings fortran/test/Makefile fortran/testpar/Makefile fortran/examples/Makefile + fortran/examples/testh5fc.sh hl/Makefile hl/src/Makefile hl/test/Makefile |