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>2008-03-14 12:05:40 +0300
committerMarek Safar <marek.safar@gmail.com>2008-03-14 12:05:40 +0300
commitd9ffea82bdbfb2f0314652f8e9b732a3f3fdc7e8 (patch)
tree7f3066f58b1aa94bffe367132a36152597e046ee /mcs/errors/Makefile
parent421eae97d023411ae3cf6937127cddd78324fe62 (diff)
2008-03-14 Marek Safar <marek.safar@gmail.com>
* Makefile: New compiler-tester options. svn path=/trunk/mcs/; revision=98252
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 1e3ed448b7a..0e93299a9a7 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -61,13 +61,16 @@ test-everything:
ifeq (net_2_1, $(PROFILE))
COMPILER_NAME = smcs
+TEST_PATTERN = '*cs*.cs'
LOCAL_RUNTIME_FLAGS = --security=temporary-smcs-hack
endif
ifeq (net_2_0, $(PROFILE))
COMPILER_NAME = gmcs
+TEST_PATTERN = '*cs*.cs'
endif
ifeq (default, $(PROFILE))
COMPILER_NAME = mcs
+TEST_PATTERN = 'cs*.cs'
endif
COMPILER = $(topdir)/class/lib/$(PROFILE)/$(COMPILER_NAME).exe
@@ -77,7 +80,7 @@ run-mcs-tests: $(TEST_SUPPORT_FILES)
run-mcs-tests:
rm -f *.exe
- $(TESTER) negative 0 $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
+ $(TESTER) -mode:neg -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TESTER_OPTIONS)
clean-local:
rm -f *.exe *.dll *.log *.mdb dummy.xml *.junk