ssh
This commit is contained in:
parent
cfe0894736
commit
c0fbd3017f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ install: all
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test: $(bins)
|
test: $(bins)
|
||||||
if ! $(GHCMAKE) -O0 test; then \
|
@if ! $(GHCMAKE) -O0 test; then \
|
||||||
echo "** not running test suite" >&2; \
|
echo "** not running test suite" >&2; \
|
||||||
else \
|
else \
|
||||||
./test; \
|
./test; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue