Supprimer la definition move, la fonction eval_move et la fonction eval_relation...
[tatoo.git] / tests / gen_xmark.sh
1 #!/bin/sh
2
3 for i in 0.00 0.05 0.50
4 do
5     ../tools/xmarkgen -f "$i" -o xmark_"$i".xml
6     cp xmark_queries.template xmark_"$i".xml.queries
7 done