aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/run_benches.sh
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-15 16:26:12 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-15 16:26:12 +0200
commit62be737d0d9c05c3d73333edce793ab3b39e0bbb (patch)
tree2674616a2000f6ed44bdfe12d1109ef38bf16a71 /test/monniaux/run_benches.sh
parent49e08edd3c7163514c8f2e4f8f9aa3c71d9f7625 (diff)
parentc1e6f2db8e9e3589e6bdc463256cbc9c59906ae7 (diff)
downloadcompcert-kvx-62be737d0d9c05c3d73333edce793ab3b39e0bbb.tar.gz
compcert-kvx-62be737d0d9c05c3d73333edce793ab3b39e0bbb.zip
Merge branch 'mppa-work' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa-work
Diffstat (limited to 'test/monniaux/run_benches.sh')
-rwxr-xr-xtest/monniaux/run_benches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/run_benches.sh b/test/monniaux/run_benches.sh
index 9537f63a..4db4b5a2 100755
--- a/test/monniaux/run_benches.sh
+++ b/test/monniaux/run_benches.sh
@@ -3,7 +3,7 @@ source benches.sh
rm -f commands.txt
for bench in $benches; do
- echo "(cd $bench && make -j5 exec)" >> commands.txt
+ echo "(cd $bench && make -j5 run)" >> commands.txt
done
cat commands.txt | xargs -n1 -I{} -P4 bash -c '{}'