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:
parent
1ed6e518dd
commit
01ee49290f
4 changed files with 10 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
RANDLTL=../../src/bin/randltl
|
||||
LTLFILT=../../src/bin/ltlfilt
|
||||
LTLDO=../../src/bin/ltldo
|
||||
RANDLTL=../../bin/randltl
|
||||
LTLFILT=../../bin/ltlfilt
|
||||
LTLDO=../../bin/ltldo
|
||||
|
||||
set -e -x
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue