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>2005-06-06 12:21:34 +0400
committerMarek Safar <marek.safar@gmail.com>2005-06-06 12:21:34 +0400
commite17c458802d614be57422a57598993c5fdce3528 (patch)
tree5336ac68c4f6da1a6cdd3dde730d9f8dcb797fef /mcs/errors/Makefile
parent8f7b7114857ca3308fba9cf60d5f58fa0f78d6cb (diff)
2005-06-06 Marek Safar <marek.safar@seznam.cz>
* Makefile: Reflect tester changes. * TestRunner.cs: Moved to tools/compiler-tester. svn path=/trunk/mcs/; revision=45471
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 3e63ade2438..c1d83dd7e62 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -32,7 +32,7 @@ TEST_SUPPORT_FILES = \
all-local:
-test-local: TestRunner-$(PROFILE).exe $(TEST_SUPPORT_FILES)
+test-local: $(TEST_SUPPORT_FILES)
run-test-ondotnet-local:
@@ -57,8 +57,8 @@ endif
run-mcs-tests: $(TEST_SUPPORT_FILES)
-run-mcs-tests: TestRunner-$(PROFILE).exe
- $(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) TestRunner-$(PROFILE).exe $(COMPILER_NAME) $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
+run-mcs-tests:
+ $(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) ../tools/compiler-tester/compiler-tester-$(PROFILE).exe negative $(TEST_PATTERN) $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
clean-local:
rm -f *.exe *.dll *.log *.mdb dummy.xml *.junk
@@ -72,6 +72,3 @@ install-local uninstall-local:
%-module.dll: %-module.cs
$(CSCOMPILE) /target:module /out:$@ $<
-
-TestRunner-$(PROFILE).exe: TestRunner.cs
- $(CSCOMPILE) /out:$@ TestRunner.cs