Subversion Repositories wimsdev

Rev

Rev 8819 | Blame | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2.  
  3. wims_home=`pwd`;
  4. wims_dirtest="$wims_home/wimstest/dirtest";
  5.  
  6. test="line item word1 word2
  7. accent1 accent2 accent3 accent4
  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"
  16.  
  17. for a in $test; do
  18.  $wims_home/src/wims test $wims_dirtest text $a
  19. done;
  20.