bench: fix stutter bench compiler errors.

* NEWS: mention this fix.
* bench/stutter/stutter_bench.sh, bench/stutter/user.sh: Path to spot
  binaries would include an inexistant src directory.
* bench/stutter/stutter_invariance_formulas.cc: Add override qualifier
  to satisfy -Wsuggest-override.
This commit is contained in:
Thomas Medioni 2017-03-31 13:40:05 +02:00
parent be41155308
commit 5f43fec8db
4 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
RANDLTL=../../src/bin/randltl
LTLFILT=../../src/bin/ltlfilt
RANDLTL=../../bin/randltl
LTLFILT=../../bin/ltlfilt
echo 'ltl-user-bench.csv:; ./user.sh' > run.mk