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 /fortran/examples/Makefile.am | |
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 'fortran/examples/Makefile.am')
-rw-r--r-- | fortran/examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am index 3afc91b..9ac7bc9 100644 --- a/fortran/examples/Makefile.am +++ b/fortran/examples/Makefile.am @@ -34,6 +34,7 @@ endif TEST_PROG=dsetexample fileexample rwdsetexample attrexample groupexample \ grpsexample grpdsetexample hyperslab selectele grpit refobjexample \ refregexample mountexample compound +TEST_SCRIPT=testh5fc.sh # List files to be installed here INSTALL_FILES=dsetexample.f90 fileexample.f90 rwdsetexample.f90 \ |