dtgbasat: rename all.log into all.csv

In order to match the tarballs of the FORTE'14 paper.

* bench/dtgbasat/stats.sh, bench/dtgbasat/README: Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-10-14 16:05:35 +02:00
parent 70fa739fd1
commit 497710ecc2
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ done < info.ltl
cat > stats.mk <<EOF
ALL = $all
all.log: \$(ALL)
all.csv: \$(ALL)
cat \$(ALL) >\$@
EOF
cat stats.tmp >> stats.mk