aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-11-15 13:59:22 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-11-15 14:00:01 +0100
commit6250c0b916987bd48ed4d80be45083235665caca (patch)
tree7f279cf7522499a0fa91ed18f40fc46a57d3aff6 /test/monniaux/rules.mk
parent58502dffb43171ef2e37f8e256481de8d1071ede (diff)
downloadcompcert-kvx-6250c0b916987bd48ed4d80be45083235665caca.tar.gz
compcert-kvx-6250c0b916987bd48ed4d80be45083235665caca.zip
Adding jpeg-6b benchmark
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index c91e9d1f..6cb63235 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -95,7 +95,8 @@ obj/%.o: asm/%.s
out/%.out: bin/%.bin
@mkdir -p $(@D)
- $(EXECUTE_CYCLES) $< $(EXECUTE_ARGS) | tee $@
+ @rm -f $@
+ $(EXECUTE_CYCLES) $< $(subst __BASE__,$(patsubst %.out,%,$@),$(EXECUTE_ARGS)) | tee -a $@
##
# Generating the rules for all the compiler/flags..