aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-25 15:56:51 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-25 15:56:51 +0200
commit3cecb184dc53baf94ac1b98ec392f27576106d35 (patch)
tree4ad5687ff8561b60c8970b4e6d86f0af5e6b3e0e /test/mppa/Makefile
parentaa26db13f4daedec371a17ee7f79ecce7f8fb60f (diff)
downloadcompcert-kvx-3cecb184dc53baf94ac1b98ec392f27576106d35.tar.gz
compcert-kvx-3cecb184dc53baf94ac1b98ec392f27576106d35.zip
MPPA - we now compare the results of our tests with k1-gcc
Diffstat (limited to 'test/mppa/Makefile')
-rw-r--r--test/mppa/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/mppa/Makefile b/test/mppa/Makefile
index 87315f6e..d1b732d8 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -10,6 +10,7 @@ TOK=$(addprefix $(DIR)/$(BINDIR)/,$(addsuffix .tok,$(TESTNAMES)))
ASM=$(addprefix $(DIR)/$(ASMDIR)/,$(addsuffix .s,$(TESTNAMES)))
DEBUG:=$(if $(DEBUG),"-dall",)
+.PHONY: all
all: $(ELF)
nobin: $(ASM)
@@ -33,23 +34,23 @@ $(DIR)/output/%.bin.exp: $(DIR)/%.c
.PHONY: FORCE
FORCE:
-.PHONY:
+.PHONY: check
check: $(TOK) sort mmult
-.PHONY:
+.PHONY: coverage
coverage: $(ASM)
bash coverage.sh $(DIR)/$(ASMDIR)
-.PHONY:
+.PHONY: sort
sort: FORCE
(cd sort && make compc-check)
-.PHONY:
+.PHONY: mmult
mmult: FORCE
(cd mmult && make compc-check)
-.PHONY:
+.PHONY: clean
clean:
rm -f $(DIR)/*.alloctrace
rm -f $(DIR)/*.cm