svn path=/branches/martin/anonymous-methods2/work/; revision=67827
authorMartin Baulig <martin@novell.com>
Tue, 14 Nov 2006 08:29:30 +0000 (08:29 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 14 Nov 2006 08:29:30 +0000 (08:29 -0000)
mcs/work/martin-test.sh [new file with mode: 0755]
mcs/work/peverify.sh [new file with mode: 0755]

diff --git a/mcs/work/martin-test.sh b/mcs/work/martin-test.sh
new file mode 100755 (executable)
index 0000000..a8fc432
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+MONO=/work/gondor/INSTALL/bin/mono
+PREFIX=/work/gondor/mono
+
+${MONO} --debug ${PREFIX}/mcs/class/lib/net_2_0/compiler-tester.exe positive 'martin-test-*.cs' ${PREFIX}/mcs/gmcs/gmcs.exe known-issues martin.log
+
diff --git a/mcs/work/peverify.sh b/mcs/work/peverify.sh
new file mode 100755 (executable)
index 0000000..88727bd
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+for file in $*; do PEVerify $file ; done