aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-01-11 17:19:20 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-01-11 17:19:20 +0100
commit7d8199441bade8af697157658b6947bd0d9e94d0 (patch)
treeeb1752b12433329ad112132e468aeb3a497ac73f /mppa_k1c
parent9efce61aa11c64041d6771a0d22887af9813399b (diff)
parent7f6bad146bdb7a10b8c4d3c3a28184fe59ef7bf5 (diff)
downloadcompcert-kvx-7d8199441bade8af697157658b6947bd0d9e94d0.tar.gz
compcert-kvx-7d8199441bade8af697157658b6947bd0d9e94d0.zip
Merge branch 'unittest' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into unittest
Conflicts: mppa_k1c/PostpassSchedulingOracle.ml
Diffstat (limited to 'mppa_k1c')
-rw-r--r--mppa_k1c/unittest/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mppa_k1c/unittest/Makefile b/mppa_k1c/unittest/Makefile
index fc7a51ac..5e79efe4 100644
--- a/mppa_k1c/unittest/Makefile
+++ b/mppa_k1c/unittest/Makefile
@@ -7,6 +7,7 @@ TEST_CMX=mppa_k1c/unittest/postpass_test.cmx
UNITTEST_OBJS:=$(shell $(MODORDER) $(TEST_CMX))
-postpass_test: $(TEST_CMX) $(UNITTEST_OBJS)
- @echo "Linking $@"
+postpass_test: $(UNITTEST_OBJS)
+ @echo "Linking $@ $(UNITTEST_OBJS)"
@$(OCAMLOPT) -o $@ $(LIBS) $(LINK_OPT) $+
+