d014d88a349e10a002af0b16f284515e37acb2ff
[tatoo.git] / tests / single_test.sh
1 #!/bin/sh
2
3 INPUT=tests/xmark_0.00.xml
4 QUERIES="$INPUT".queries
5
6
7
8
9 cat "$QUERIES" | while read N Q;
10 do
11  echo Query "$N : $Q"
12  src/table_driver.native -c -d "$INPUT" "$Q" > /tmp/huibo.xml
13
14
15 done
16
17