* src/tgbatest/randtgba.cc: Add products with formulae issued of a file

and more statistics.
* src/tgbatest/readsave.test: Undo previous change.
This commit is contained in:
Denis Poitrenaud 2005-01-13 18:00:25 +00:00
parent 4e6ce2e739
commit 2653b35ba7
3 changed files with 163 additions and 69 deletions

View file

@ -60,7 +60,7 @@ rm -f input stdout expected
# Likewise, with a randomly generated TGBA.
run 0 ./randtgba -F 0 -t 1 -n 20 -d 0.2 a b -a 2 0.1 >input
run 0 ./randtgba -t 1 -n 20 -d 0.2 a b -a 2 0.1 >input
sed 's/"b & a"/"a \& b"/g;s/"a1" "a0"/"a0" "a1"/g' input > tmp_ &&
mv tmp_ input
cat input