* src/tgbatest/Makefile.am (TESTS): Remove non-existing magic.test
and se05.test.
This commit is contained in:
parent
dc634800bf
commit
9b4edbc387
2 changed files with 16 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2004-11-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-11-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbatest/Makefile.am (TESTS): Remove non-existing magic.test
|
||||||
|
and se05.test.
|
||||||
|
|
||||||
* src/tgbatest/ltl2tgba.cc (syntax): Fix old typos and reword
|
* src/tgbatest/ltl2tgba.cc (syntax): Fix old typos and reword
|
||||||
some help strings.
|
some help strings.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,14 +80,22 @@ TESTS = \
|
||||||
reduccmp.test \
|
reduccmp.test \
|
||||||
reductgba.test \
|
reductgba.test \
|
||||||
emptchk.test \
|
emptchk.test \
|
||||||
magic.test \
|
|
||||||
se05.test \
|
|
||||||
emptchke.test \
|
emptchke.test \
|
||||||
dfs.test \
|
dfs.test \
|
||||||
spotlbtt.test
|
spotlbtt.test
|
||||||
|
|
||||||
EXTRA_DIST = $(TESTS) ltl2baw.pl
|
EXTRA_DIST = $(TESTS) ltl2baw.pl
|
||||||
|
|
||||||
CLEANFILES = input input1 input2 input3 stdout expected config output1 output2 \
|
CLEANFILES = \
|
||||||
red blue_counter blue_last
|
blue_counter \
|
||||||
|
blue_last \
|
||||||
|
config \
|
||||||
|
expected \
|
||||||
|
input \
|
||||||
|
input1 \
|
||||||
|
input2 \
|
||||||
|
input3 \
|
||||||
|
output1 \
|
||||||
|
output2 \
|
||||||
|
red \
|
||||||
|
stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue