more message improvements, tell the user about building a specific test

This commit is contained in:
Benoit Jacob 2009-09-28 11:08:31 -04:00
parent eeabd18afc
commit 457b7cba96

View File

@ -145,10 +145,11 @@ message("-------------+---------------------------------------------------------
message("Command | Description")
message("-------------+-----------------------------------------------------------------")
message("make install | Install to ${CMAKE_INSTALL_PREFIX}")
message(" | Do: cmake . -DCMAKE_INSTALL_PREFIX=yourprefix to change that")
message("make test | Build and run the unit tests (using CTest)")
message(" | Note: this takes lots of time & memory! Easy on the -j option!")
message("make btest | Only build tests, don't run them")
message(" | To change that, do: cmake . -DCMAKE_INSTALL_PREFIX=yourpath")
message("make doc | Generate the API documentation, requires Doxygen & LaTeX")
message("make btest | Build the unit tests (doesn't run them)")
message(" | Note: this takes lots of time & memory! Easy on the -j option!")
message("make test | Build and run the unit tests (using CTest)")
message("make test_qr | Build a specific test, here test_qr. To run it: test/test_qr")
message("make blas | Build BLAS library")
message("-------------+-----------------------------------------------------------------")