source: examples/runall-fast @ c586a3c

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since c586a3c was c586a3c, checked in by Mei <mei@…>, 12 years ago

1) add support for float static range constraint
2) add a testcase for testing float static range constraint
3) add runall-fast (skipping the creddy part)

  • Property mode set to 100755
File size: 172 bytes
Line 
1#/bin/sh
2
3for i in `ls -1 `; do
4   if (file $i | grep -F directory | grep -Fq typed); then
5       printf "\n ==> TRYING on %s\n" "$i"
6       (cd $i; rr; cd ..)
7   fi
8done
Note: See TracBrowser for help on using the repository browser.