Refactor the testing infrastructure.
[tatoo.git] / tests / gen_xmark.sh
diff --git a/tests/gen_xmark.sh b/tests/gen_xmark.sh
new file mode 100755 (executable)
index 0000000..09a5f70
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in 0 0.05 0.5
+do
+    xmarkgen -o xmark_"$i".xml
+    cp xmark_queries.templates xmark_"$i".xml.queries
+done