aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-17 17:28:51 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-17 17:28:51 +0200
commiteb3fd167668695c33f776cbb381c7664c3ec1858 (patch)
treee7bcfaa9fc18a8755d8fa983d3e8a8d18f1d89f1 /test/mppa/sort
parent139595171a98e6722503202a2a8fb7c000f267c2 (diff)
downloadcompcert-kvx-eb3fd167668695c33f776cbb381c7664c3ec1858.tar.gz
compcert-kvx-eb3fd167668695c33f776cbb381c7664c3ec1858.zip
MPPA - Added Pmull -> now able to run the sort test
Diffstat (limited to 'test/mppa/sort')
-rw-r--r--test/mppa/sort/.gitignore1
-rw-r--r--test/mppa/sort/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/test/mppa/sort/.gitignore b/test/mppa/sort/.gitignore
index e7dc9aa0..c8f4f4e5 100644
--- a/test/mppa/sort/.gitignore
+++ b/test/mppa/sort/.gitignore
@@ -6,3 +6,4 @@ test-k1c
merge-test-x86
selection-test-x86
test-x86
+test-ccomp
diff --git a/test/mppa/sort/Makefile b/test/mppa/sort/Makefile
index 69dfca23..4a118875 100644
--- a/test/mppa/sort/Makefile
+++ b/test/mppa/sort/Makefile
@@ -35,9 +35,9 @@ check: check-x86 check-k1c
.PHONY:
compc-check: test-ccomp
@if ! k1-cluster -- ./$<; then\
- >&2 echo "ERROR k1c: $< failed";\
+ >&2 echo "ERROR k1c: sort $< failed";\
else\
- echo "k1c: Test $< succeeded";\
+ echo "k1c: Test sort $< succeeded";\
fi
.PHONY: