This commit is contained in:
http://peter-simons.myopenid.com/ 2011-08-26 10:55:43 +00:00 committed by admin
parent 20259c2955
commit 9170e1b87d

View file

@ -0,0 +1 @@
When the test suite cannot be compiled, the build just fails silenty. This means that in automated builds there is no easy way to ensure that the generated binaries have passed the test suite, because it may not even have been run! IMHO, "make test" should fail (i.e. return a non-zero exit code) when it can't succeeed.