disable broken tests on net_4_0
[mcs.git] / class / System.Web.DynamicData / genresources.sh
blob14df1dd053ddfcfa271946ee6346764cd55b0c9f
1 #!/bin/sh
3 # A little script to ease the pain of adding new resources to the test suite
5 genres ()
7 local line
9 read line
10 while test -n "$line"; do
11 echo "\t$line,MonoTests.`echo $line | tr / . | cut -d '.' -f 2-`\t\\"
12 read line
13 done
16 find Test/WebPages -name "*" -type f | sort | genres