summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 14:48:32 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 14:48:32 (GMT)
commit7e7e7c7aef2a800cda8fc44daa64fd388416a646 (patch)
tree6cd23986e1e5936d863ec40e0c2c2881184e7291 /release_docs
parentc48f37b3272655b1adae1bb0b0b00ade75f42071 (diff)
downloadhdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.zip
hdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.tar.gz
hdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.tar.bz2
[svn-r14968] Purpose: Bug Fix (Bug 1144)
Description: Tests in perform directory were never getting run, and h5perf* programs were not being installed. Solution: Added another build option, 'make check-perform', which runs the tests in the perform directory. Also modified the Makefiles in the perform directory to install (with 'make install') h5perf when parallel is enabled, and h5perf and h5perf_serial when parallel is disabled Tested: kagiso, smirom, linew
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5b2073f..9dee0f5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -58,6 +58,10 @@ New Features
- Configuration suite now uses Autoconf 2.61, Automake 1.10.1, and
Libtool 2.2.2 (MAM - 2008/05/01)
+ - There is a new build command, 'make check-perform', which will
+ run the tests in the perform directory. This is an optional step
+ after 'make check' in the build process. (MAM - 2008/05/12)
+
Source code distribution
========================