From 31d718c4b7fc81eced145de585b371bd01d3fabc Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 25 Apr 2018 13:37:15 +0200 Subject: MPPA - Corrected messages on test/mppa/mmult/Makefile --- test/mppa/mmult/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/mppa/mmult/Makefile') 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: -- cgit