aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-26 11:36:02 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-26 11:36:02 +0200
commit432bff5418d4789ba4187ffdd6ce89a29d58962a (patch)
tree6c48ff6aa5919fe8d5804302d48b5900a2c4441c /test/mppa/Makefile
parentfd0562ffa499e57eff1243b5d9defe94a3f91d3c (diff)
downloadcompcert-kvx-432bff5418d4789ba4187ffdd6ce89a29d58962a.tar.gz
compcert-kvx-432bff5418d4789ba4187ffdd6ce89a29d58962a.zip
MPPA - Added a lot more unit tests + refined coverage
Diffstat (limited to 'test/mppa/Makefile')
-rw-r--r--test/mppa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/Makefile b/test/mppa/Makefile
index d1b732d8..ffea4c30 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -1,7 +1,7 @@
DIR=general
BINDIR=bin
ASMDIR=asm
-TESTNAMES=simple call branch for forvar forvarl branchz branchzu div2
+TESTNAMES=$(notdir $(subst .c,,$(wildcard $(DIR)/*.c)))
CCOMP=../../ccomp
#TESTS=$(addprefix $(DIR)/,$(TESTNAMES))