* src/sanity/80columns.test: Check the iface/ tree too.

* iface/gspn/dcswaveltl.test, iface/gspn/dcswavefm.test,
iface/gspn/dcswaveeltl.test, iface/gspn/udcsltl.test,
iface/gspn/udcseltl.test, iface/gspn/udcsfm.test,
iface/gspn/udcsefm.test: Wrap to fit 80 columns.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-21 11:46:22 +00:00
parent 9329ea177d
commit da2d2e19b1
9 changed files with 97 additions and 53 deletions

View file

@ -1,3 +1,11 @@
2004-05-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/80columns.test: Check the iface/ tree too.
* iface/gspn/dcswaveltl.test, iface/gspn/dcswavefm.test,
iface/gspn/dcswaveeltl.test, iface/gspn/udcsltl.test,
iface/gspn/udcseltl.test, iface/gspn/udcsfm.test,
iface/gspn/udcsefm.test: Wrap to fit 80 columns.
2004-05-18 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-05-18 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Makefile.am (EXTRA_DIST, spot.html): Built the html * doc/Makefile.am (EXTRA_DIST, spot.html): Built the html

View file

@ -2,14 +2,21 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/DCSwave . cp -R $srcdir/examples/DCSwave .
chmod +w DCSwave chmod +w DCSwave
# G(ATTiIDLj => F(!SCj U SCi)) is true # G(ATTiIDLj => F(!SCj U SCi)) is true
../ltlgspn-srg -c -l -e DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1 ../ltlgspn-srg -c -l -e DCSwave/DCSWave \
../ltlgspn-srg -c -f -e2 DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1 '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj >output
../ltlgspn-srg -c -f -e2 DCSwave/DCSWave \
'!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj >output
# G(F(!SCj U SCi)) is false # G(F(!SCj U SCi)) is false
../ltlgspn-srg -c -l -e DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output ../ltlgspn-srg -c -l -e DCSwave/DCSWave \
../ltlgspn-srg -c -f -e2 DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output && exit 1
test $? = 1 || exit 1 ../ltlgspn-srg -c -f -e2 DCSwave/DCSWave \
'!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output && exit 1
:

View file

@ -2,12 +2,17 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/DCSwave . cp -R $srcdir/examples/DCSwave .
chmod +w DCSwave chmod +w DCSwave
# G(ATTiIDLj => F(!SCj U SCi)) is true # G(ATTiIDLj => F(!SCj U SCi)) is true
../ltlgspn-srg -c -f -m DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1 ../ltlgspn-srg -c -f -m DCSwave/DCSWave \
'!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj >output
# G(F(!SCj U SCi)) is false # G(F(!SCj U SCi)) is false
../ltlgspn-srg -c -f -m DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output ../ltlgspn-srg -c -f -m DCSwave/DCSWave \
test $? = 1 || exit 1 '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output && exit 1
:

View file

@ -2,12 +2,17 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/DCSwave . cp -R $srcdir/examples/DCSwave .
chmod +w DCSwave chmod +w DCSwave
# G(ATTiIDLj => F(!SCj U SCi)) is true # G(ATTiIDLj => F(!SCj U SCi)) is true
../ltlgspn-srg -c -l -m DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1 ../ltlgspn-srg -c -l -m DCSwave/DCSWave \
'!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj >output
# G(F(!SCj U SCi)) is false # G(F(!SCj U SCi)) is false
../ltlgspn-srg -c -l -m DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output ../ltlgspn-srg -c -l -m DCSwave/DCSWave \
test $? = 1 || exit 1 '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output && exit 1
:

View file

@ -2,21 +2,25 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/udcs . cp -R $srcdir/examples/udcs .
chmod +w udcs chmod +w udcs
# F(ReP1 => F(gsP1)) is false # F(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -f -e udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -e udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
../ltlgspn-srg -c -f -e2 udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -e2 udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
# !F(ReP1 => F(gsP1)) is true # !F(ReP1 => F(gsP1)) is true
../ltlgspn-srg -c -f -e udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -f -e udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
../ltlgspn-srg -c -f -e2 udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -f -e2 udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
# !G(ReP1 => F(gsP1)) is false # !G(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -f -e udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -e udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
../ltlgspn-srg -c -f -e2 udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -e2 udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
:

View file

@ -2,21 +2,25 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/udcs . cp -R $srcdir/examples/udcs .
chmod +w udcs chmod +w udcs
# F(ReP1 => F(gsP1)) is false # F(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -l -e udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -e udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
../ltlgspn-srg -c -l -e2 udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -e2 udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
# !F(ReP1 => F(gsP1)) is true # !F(ReP1 => F(gsP1)) is true
../ltlgspn-srg -c -l -e udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -l -e udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
../ltlgspn-srg -c -l -e2 udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -l -e2 udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
# !G(ReP1 => F(gsP1)) is false # !G(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -l -e udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -e udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
../ltlgspn-srg -c -l -e2 udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -e2 udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
:

View file

@ -2,16 +2,20 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/udcs . cp -R $srcdir/examples/udcs .
chmod +w udcs chmod +w udcs
# F(ReP1 => F(gsP1)) is false # F(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -f -m udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -m udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
# !F(ReP1 => F(gsP1)) is true # !F(ReP1 => F(gsP1)) is true
../ltlgspn-srg -c -f -m udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -f -m udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
# !G(ReP1 => F(gsP1)) is false # !G(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -f -m udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -f -m udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
:

View file

@ -2,16 +2,20 @@
. ./defs || exit 1 . ./defs || exit 1
set -e
cp -R $srcdir/examples/udcs . cp -R $srcdir/examples/udcs .
chmod +w udcs chmod +w udcs
# F(ReP1 => F(gsP1)) is false # F(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -l -m udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -m udcs/udcs \
test $? = 1 || exit 1 'F(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
# !F(ReP1 => F(gsP1)) is true # !F(ReP1 => F(gsP1)) is true
../ltlgspn-srg -c -l -m udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1 ../ltlgspn-srg -c -l -m udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 >output
# !G(ReP1 => F(gsP1)) is false # !G(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -l -m udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output ../ltlgspn-srg -c -l -m udcs/udcs \
test $? = 1 || exit 1 '!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
:

View file

@ -6,7 +6,9 @@ set -e
rm -f failures rm -f failures
find "${INCDIR-..}" \( -name "${1-*}.hh" -o -name "${1-*}.cc" \ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
find "$dir" \( -name "${1-*}.hh" -o -name "${1-*}.cc" \
-o -name "${1-*}.test" \) -a -type f -a -print | -o -name "${1-*}.test" \) -a -type f -a -print |
while read file; do while read file; do
x='.........................................' x='.........................................'
@ -19,6 +21,7 @@ while read file; do
fi fi
fi fi
done done
done
if test -f failures; then if test -f failures; then
echo "The following files contain lines with more than 80 characters:" echo "The following files contain lines with more than 80 characters:"