diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-04-06 18:25:22 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-04-06 18:25:22 (GMT) |
commit | 686e4f35010249e0489b49431836e4d34cfd24bc (patch) | |
tree | 8abd0103acfebfd0fc1e678da594fda48690b7c3 /perform/Makefile.am | |
parent | 5c7a236baaa2c82e30dd52a6949dee7064e2a001 (diff) | |
download | hdf5-686e4f35010249e0489b49431836e4d34cfd24bc.zip hdf5-686e4f35010249e0489b49431836e4d34cfd24bc.tar.gz hdf5-686e4f35010249e0489b49431836e4d34cfd24bc.tar.bz2 |
[svn-r10560] Purpose:
Feature: make install now installs h5perf
Description:
h5perf is now installed in hdf5/bin during 'make install.'
Same change as in the 1.6 branch.
Platforms tested:
mir
Diffstat (limited to 'perform/Makefile.am')
-rw-r--r-- | perform/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perform/Makefile.am b/perform/Makefile.am index 4213802..24a2468 100644 --- a/perform/Makefile.am +++ b/perform/Makefile.am @@ -26,6 +26,10 @@ if BUILD_PARALLEL_CONDITIONAL TEST_PROG_PARA=h5perf endif +# h5perf is run as a test in parallel when parallel is available, but it is +# always installed with the tools during make install. +bin_PROGRAMS=h5perf + # These are the programs that `make all' or `make tests' will build and which # `make check' will run. List them in the order they should be run. TEST_PROG = iopipe chunk overhead zip_perf perf_meta |