supprimer (List.rev p) dans la fonction compile_path_rev
[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