Rename xmark test files so that the name order respects the size order.
[tatoo.git] / tests / gen_xmark.sh
1 #!/bin/sh
2
3 for i in 0.00 0.05 0.50
4 do
5     xmarkgen -f "$i" -o xmark_"$i".xml
6     cp xmark_queries.template xmark_"$i".xml.queries
7 done