aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-25 13:37:15 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-25 13:37:15 +0200
commit31d718c4b7fc81eced145de585b371bd01d3fabc (patch)
tree9ab63676045af7492b49b0a51b91c681f932dde5 /test/mppa
parent8441e61558f52e482e9ddc953b3a7c5c11977318 (diff)
downloadcompcert-kvx-31d718c4b7fc81eced145de585b371bd01d3fabc.tar.gz
compcert-kvx-31d718c4b7fc81eced145de585b371bd01d3fabc.zip
MPPA - Corrected messages on test/mppa/mmult/Makefile
Diffstat (limited to 'test/mppa')
-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: