Changed recommended test command.
commit50eea3a78c8a8867ed4113a47b5caa8f4aa05b2f
authorEmmanuel Roullit <emmanuel.roullit@gmail.com>
Wed, 2 May 2012 15:51:22 +0000 (2 17:51 +0200)
committerEmmanuel Roullit <emmanuel.roullit@gmail.com>
Wed, 2 May 2012 15:51:22 +0000 (2 17:51 +0200)
tree27b956fb816277667c069586dbab4c1e99325e88
parent0f7ad3681e2b1600bbe4960a0812019bf74b0d93
Changed recommended test command.

"make test" only calls "ctest" and stays silent on what failed during a
unit test.
Calling "ctest --output-on-failure" prints all output from a failed unit
test therefore helps the user to report regressions.
README