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 5b312475..05223658 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -1,7 +1,8 @@
DIR=general
BINDIR=bin
ASMDIR=asm
-TESTNAMES=$(notdir $(subst .c,,$(wildcard $(DIR)/*.c)))
+#TESTNAMES=$(notdir $(subst .c,,$(wildcard $(DIR)/*.c)))
+TESTNAMES=branch
CCOMP=../../ccomp
#TESTS=$(addprefix $(DIR)/,$(TESTNAMES))
@@ -35,7 +36,8 @@ $(DIR)/output/%.bin.exp: $(DIR)/%.c
FORCE:
.PHONY: check
-check: $(TOK) sort mmult
+check: $(TOK)
+#check: $(TOK) sort mmult
.PHONY: coverage
coverage: $(ASM)