aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-04 13:58:10 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-04 16:30:10 +0200
commitca090744f399788a81f103206947d4d56cba9d87 (patch)
tree16462b290e69695be393aa48d44ed0fe9aa8e797 /test/mppa/Makefile
parent36076263491312d634bd0d39f8de718f32462da2 (diff)
downloadcompcert-kvx-ca090744f399788a81f103206947d4d56cba9d87.tar.gz
compcert-kvx-ca090744f399788a81f103206947d4d56cba9d87.zip
MPPA - Added non immediate comparison
Diffstat (limited to 'test/mppa/Makefile')
-rw-r--r--test/mppa/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/mppa/Makefile b/test/mppa/Makefile
index b1f25ef1..be8eaab2 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -1,5 +1,7 @@
-ELF=simple.bin call.bin branch.bin for.bin
-ASM=$(subst .bin,.s,$(ELF))
+TESTS=simple call branch for forvar
+
+ELF=$(addsuffix .bin,$(TESTS))
+ASM=$(addsuffix .s,$(TESTS))
DEBUG:=$(if $(DEBUG),"-dall",)
all: $(ELF)