This commit is contained in:
Joey Hess 2011-06-22 20:42:00 -04:00
parent cfe0894736
commit c0fbd3017f

View file

@ -47,7 +47,7 @@ install: all
fi
test: $(bins)
if ! $(GHCMAKE) -O0 test; then \
@if ! $(GHCMAKE) -O0 test; then \
echo "** not running test suite" >&2; \
else \
./test; \