spot/tests
Alexandre Duret-Lutz dd6875d5fe bin: overhaul default input selection
If no input have been specified, and the standard input is not a tty all
tools now default to reading it.  If standard input is a tty, all tools
display an error message.  Additionally, - is now a shorthand for -F- in
all tools.

* NEWS: Summarize this.
* bin/common_finput.cc, bin/common_finput.hh (check_no_formulas,
check_no_automaton): New functions that implement the above istty()
logic.
* bin/autfilt.cc, bin/dstar2tgba.cc, bin/ltl2tgba.cc, bin/ltl2tgta.cc,
bin/ltlcross.cc, bin/ltldo.cc, bin/ltlgrind.cc: Use these function,
and recognize '-' if it was not the case.
* tests/core/acc_word.test, tests/core/ltldo.test,
tests/core/minusx.test, tests/core/readsave.test,
tests/core/unambig.test: Adjust some tests to exercise this.
* doc/org/autfilt.org, doc/org/csv.org, doc/org/dstar2tgba.org,
doc/org/ltl2tgba.org, doc/org/ltlcross.org, doc/org/ltlfilt.org,
doc/org/oaut.org: Adjust the documentation and simplify some
examples.
2016-07-19 21:55:12 +02:00
..
core bin: overhaul default input selection 2016-07-19 21:55:12 +02:00
ltsmin sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
python python: add missing bindings for randomize() 2016-07-19 02:55:07 +02:00
sanity * tests/sanity/style.test: Cancel set -x. 2016-04-08 22:34:17 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am new test case to improve coverage stats 2016-07-19 13:35:47 +02:00
run.in tests: reset CFLAGS 2016-06-14 14:39:53 +02:00