aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0447f2d2..b93514057 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ install: all
fi
test:
- @if ! $(GHCMAKE) -O0 test; then \
+ @if ! $(GHCMAKE) -O0 test $(clibs); then \
echo "** failed to build the test suite" >&2; \
exit 1; \
elif ! ./test; then \