Subversion Repositories wimsdev

Rev

Rev 8648 | Rev 9148 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2.  
  3. wims_home=`pwd`;
  4. wims_dirtest="$wims_home/wimstest/dirtest";
  5.  
  6. export wims_rawmath_variables=T,x
  7. export wims_rawmath_functions=toto
  8. export wims_warn_rawmath=
  9. export htmlmath_gtlt=
  10. export force_mathml=
  11.  
  12.  
  13. test="t1 t2 t3 t4
  14. t5 t6 t7"
  15.  
  16. for a in $test; do
  17.  $wims_home/src/wims test $wims_dirtest rawmath $a
  18. done;
  19.