aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/Makefile
diff options
context:
space:
mode:
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)