summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-11-06 21:20:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-11-06 21:20:44 (GMT)
commitbbecb0c9e6cc8f8a45975791050eed8202169b1b (patch)
treec36c1bc702d2b9c8b9081bd5f42a4aa2605dfd11 /config
parent405178a1dca1b8d4477b83fe9cdb780d673ebbc9 (diff)
downloadhdf5-bbecb0c9e6cc8f8a45975791050eed8202169b1b.zip
hdf5-bbecb0c9e6cc8f8a45975791050eed8202169b1b.tar.gz
hdf5-bbecb0c9e6cc8f8a45975791050eed8202169b1b.tar.bz2
[svn-r25801] Add utilities and expected output
Diffstat (limited to 'config')
-rw-r--r--config/cmake/README.txt.cmake.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in
index 04a166c..4044ce5 100644
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -27,7 +27,8 @@ After Installation
The compressed examples file HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@, located in the
HDF5 install folder, can be built and tested with CMake and the supplied
HDF518_Examples.cmake file. The HDF518_Examples.cmake expects HDF5 to have
-been installed in the default location with above compilers.
+been installed in the default location with above compilers. Also, CMake and 7Zip
+utilities should be installed.
To test the installation with the examples;
Create a directory to run the examples.
@@ -40,7 +41,8 @@ To test the installation with the examples;
When executed, the ctest script will save the results to the log file, test.log, as
indicated by the ctest command. If you wish the to see more build and test information,
-add "-VV" to the ctest command.
+add "-VV" to the ctest command. The output should show;
+ 100% tests passed, 0 tests failed out of 156.
For more information see USING_CMake_Examples.txt in the install folder.
===========================================================================