summaryrefslogtreecommitdiff
path: root/scripts/geoquery/test.sh
blob: 3dea0473e0a8d335f5f57620513fe3f792bd40ce (plain)
1
2
3
4
5
#!/bin/sh

/workspace/grounded/rebol/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/rebol/proper/d/split880.test.in | tee $2.transl | /workspace/grounded/rebol/scripts/geoquery/semparse.rb $3 | tee $2.parsed | /workspace/grounded/rebol/scripts/geoquery/query.rb $3 > $2.output
/workspace/grounded/rebol/scripts/geoquery/eval.rb /workspace/grounded/rebol/proper/d/split880.test.gold < $2.output > $2.result