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:
authorRaja R Harinath <harinath@hurrynot.org>2009-06-16 21:08:30 +0400
committerRaja R Harinath <harinath@hurrynot.org>2009-06-16 21:08:30 +0400
commit0efe0d5294a97e30a4d52d61a40e0a496539d099 (patch)
tree5d67b6204e55ea24c8d8cafb28cc47d2332281f8 /mcs/tests/Makefile
parent8075bec6b71e1b0a94a99aa6eeffcd286ef45abb (diff)
Improve profile test coverage
* errors/Makefile (test-local): Empty out. (run-test-local): Remove $(TEST_SUPPORT_FILES). * tests/Makefile (test-local): Empty out. svn path=/trunk/mcs/; revision=136231
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 37973b672f3..84c040e2228 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -51,8 +51,7 @@ mcs-casts.out: casts-mcs.exe
test-casts: boot-casts.out mcs-casts.out
cmp $^
-
-test-local: casts-boot.exe
+ -rm -f bootstrap-cast.exe casts.cs casts-boot.exe casts-mcs.exe boot-casts.out mcs-casts.out
eval.exe: eval-tests.cs
@@ -88,6 +87,9 @@ endif
check: run-test
+test-local:
+ @:
+
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)