X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=run_tests;h=5d5752d15bef6755980bab137d1f32c2d0a9dacb;hp=79d9c7b5cf32248c0c316dc3730805f4ea5862a4;hb=43df500d1441955e3bc932be2e76318f759f7295;hpb=ce22e0dd0d0dbb234bc965feb14ab8f250be2da4 diff --git a/run_tests b/run_tests index 79d9c7b..5d5752d 100755 --- a/run_tests +++ b/run_tests @@ -1,8 +1,8 @@ -./test.native ./tests/docs/tiny.xml '/child::site/child::regions' +./test.native ./tests/docs/my.xml '/child::site/child::regions' echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml -f ./tests/queries/Treebank.xml.queries +./test.native ./tests/docs/my.xml -f ./tests/queries/Treebank.xml.queries echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' +./test.native ./tests/docs/my.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml -f ./tests/queries/my.queries -./test.native ./tests/docs/tiny.xml -f ./tests/queries/my.queries 2> tests/results/my.result \ No newline at end of file +./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries +./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries 2> tests/results/my.result \ No newline at end of file