OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / testaccess.sh
1 #! /bin/sh
2
3 #
4 # testaccess.sh - execute all testcases for regression testing
5 #
6 # (c) 2005 (W3C) MIT, ERCIM, Keio University
7 # See tidy.c for the copyright notice.
8 #
9 # <URL:http://www.html-tidy.org/>
10 #
11 # set -x
12
13 VERSION='$Id'
14
15 cat accesscases.txt | sed 1d | \
16 {
17 while read bugNo expected
18 do
19   ./testaccessone.sh $bugNo $expected "$@" | tee -a testaccess.log
20 done
21 }