Added a comment

This commit is contained in:
http://joey.kitenet.net/ 2012-01-03 16:54:19 +00:00 committed by admin
parent 7cdeebdcc8
commit 69875de8ea

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 1"
date="2012-01-03T16:54:19Z"
content="""
The code is:
<pre>
@if ! $(GHCMAKE) -O0 test; then \
echo \"** not running test suite\" >&2; \
else \
</pre>
The error message from the compiler, followed by the above error message does not seem \"silent\". It does exit 0 without running the test suite if it cannot be built.
"""]]