Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-05-29 23:44:21 +0400
committerMarek Safar <marek.safar@gmail.com>2009-05-29 23:44:21 +0400
commit8e2c0158473d1b82d3247296454a086642c05bb6 (patch)
tree6e30320e0f34a85d66a99f544ef3e958bff8b7b2 /mcs/tests/Makefile
parentcbf32032f2262ede592d3701c09c9181e518ef61 (diff)
New tests.
svn path=/trunk/mcs/; revision=135080
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index c8a74872436..37973b672f3 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -91,11 +91,16 @@ check: run-test
run-test-local: $(TEST_ILS:.il=.dll) eval-test
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TOPTIONS)
-# Temporary testing target
+# Temporary testing targets
cecil:
rm -f *.mdb
$(TESTER) -mode:pos -files:'test-*.cs' -compiler:gmcs.exe -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log -verbose
+cecil2:
+ rm -f *.mdb
+ $(TESTER) -mode:pos -files:'*test-*.cs' -compiler:gmcs.exe -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log -verbose
+# End
+
test-everything:
$(MAKE) PROFILE=net_1_1 run-test
$(MAKE) PROFILE=net_2_0 run-test