Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8810 | bpr | 1 | #! /bin/sh |
2 | |||
3 | wims_home=`pwd`; |
||
4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
||
5 | |||
8819 | bpr | 6 | test="line item word1 word2 |
8827 | bpr | 7 | accent1 accent2 accent3 accent4 |
8819 | bpr | 8 | parent1 parent2 |
9 | position1 position2 position3 position4 |
||
10 | detag1 |
||
11 | select1 select2 |
||
12 | getopt1 getopt2 getopt3 getopt4 getopt5 getopt6 |
||
13 | nonempty1 nonempty2 nonempty3 |
||
14 | declosing1 declosing2 declosing3 |
||
15 | testline1 testline2 testline3 testline4 testline5 testline6 testline testline8" |
||
8810 | bpr | 16 | |
8819 | bpr | 17 | for a in $test; do |
18 | $wims_home/src/wims test $wims_dirtest text $a |
||
19 | done; |