* iface/ltsmin/kripke.test: Fix paths to test binaries.
This commit is contained in:
parent
0bbcd6e85e
commit
4a43e24afa
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2011, 2014 Laboratoire de Recherche et Developpement
|
||||
# Copyright (C) 2011, 2014, 2015 Laboratoire de Recherche et Developpement
|
||||
# de l'Epita (LRDE)
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -34,9 +34,9 @@ fi
|
|||
set -e
|
||||
|
||||
run 0 ../modelcheck -gK ${srcdir}/finite.dve 'F("P.a > 5")' > output
|
||||
run 0 ${top_builddir}/src/kripketest/parse_print output | tr -d '"' > output2
|
||||
run 0 ${top_builddir}/src/tests/parse_print output | tr -d '"' > output2
|
||||
tr -d '"' < output >outputF
|
||||
cmp outputF output2
|
||||
|
||||
../modelcheck -gK $srcdir/beem-peterson.4.dve '!G("pos[1] < 3")' > outputP
|
||||
${top_builddir}/src/tgbatest/ltl2tgba -e -KPoutputP '!G("pos[1] < 3")'
|
||||
${top_builddir}/src/tests/ikwiad -e -KPoutputP '!G("pos[1] < 3")'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue