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
be41155308
commit
5f43fec8db
4 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue