aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/mmult/Makefile')
-rw-r--r--test/mppa/mmult/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mppa/mmult/Makefile b/test/mppa/mmult/Makefile
index bb4506bf..edea61ae 100644
--- a/test/mppa/mmult/Makefile
+++ b/test/mppa/mmult/Makefile
@@ -31,9 +31,9 @@ check: check-x86 check-k1c
.PHONY:
compc-check: test-ccomp
@if ! k1-cluster -- ./$<; then\
- >&2 echo "ERROR k1c: sort $< failed";\
+ >&2 echo "ERROR k1c: mmult $< failed";\
else\
- echo "k1c: Test sort $< succeeded";\
+ echo "k1c: Test mmult $< succeeded";\
fi
.PHONY: