summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-25 15:27:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-25 15:27:05 (GMT)
commit27acfa6f32695e134b6e7ee75335350efffd900b (patch)
tree2f96db326daa59422813f1eea7ae7b85c7ab3a0c
parent213b3851beb6471030020de5e4ef479f5f1899b6 (diff)
downloadhdf5-27acfa6f32695e134b6e7ee75335350efffd900b.zip
hdf5-27acfa6f32695e134b6e7ee75335350efffd900b.tar.gz
hdf5-27acfa6f32695e134b6e7ee75335350efffd900b.tar.bz2
[svn-r25100] Added -V to example command line.
Added note about INSTALLDIR.
-rw-r--r--config/cmake/README.txt.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in
index 4d3ab3d..e095e18 100644
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -34,8 +34,9 @@ To test the installation with the examples;
Copy HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
Copy HDF518_Examples.cmake to this directory.
Edit HDF518_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
+ (The default should be correct unless you installed into a different folder.)
Execute from this directory:
- ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -O test.log
+ ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -V -O test.log
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,