summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-04-11 05:17:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-04-11 05:17:13 (GMT)
commit4b716c38b8cbaf3bc27c0bea7acb6f02b55df740 (patch)
treeb68c22160bfa8dde89ebf2c100d524e299ac6d57 /c++/examples/Makefile.am
parent79a2871982693ad80104424d37458eda656bad4f (diff)
downloadhdf5-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 'c++/examples/Makefile.am')
-rw-r--r--c++/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/examples/Makefile.am b/c++/examples/Makefile.am
index 7f8bcfa..9e94e03 100644
--- a/c++/examples/Makefile.am
+++ b/c++/examples/Makefile.am
@@ -24,6 +24,7 @@ include $(top_srcdir)/config/commence.am
# These are the programs that 'make all' or 'make prog' will build and
# which 'make check' will run. List them in the order they should be run.
TEST_PROG=create readdata writedata compound extend_ds chunks h5group
+TEST_SCRIPT=testh5c++.sh
# These are the example files to be installed
INSTALL_FILES=create.cpp readdata.cpp writedata.cpp compound.cpp \