Refactor the run module, moving out of the Make functor everything that can be moved...
[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