rename parse_print_test as kripkecat
Fixes #135. * tests/core/parse_print_test.cc: Rename as... * tests/core/kripkecat.cc: ... this. * tests/Makefile.am, tests/core/.gitignore, tests/core/kripke.test, tests/ltsmin/kripke.test: Adjust.
This commit is contained in:
parent
1ca4204ccd
commit
22345d0c67
5 changed files with 8 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ fi
|
|||
set -e
|
||||
|
||||
run 0 ../modelcheck -gK $srcdir/finite.dve 'F("P.a > 5")' > output
|
||||
run 0 ../../core/parse_print output | tr -d '"' > output2
|
||||
run 0 ../../core/kripkecat output | tr -d '"' > output2
|
||||
tr -d '"' < output >outputF
|
||||
cmp outputF output2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue