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>2010-04-27 12:01:17 +0400
committerMarek Safar <marek.safar@gmail.com>2010-04-27 12:01:17 +0400
commit2d23bfcbce7a3f7e54dcd5911adb88b244baca35 (patch)
tree38ff73243b22aacdc7e3caa52e3dd2ba74fe6e0a /mcs/tests/Makefile
parent1bc916c295445e56c74e8550a1ff1fd0bdfbf0dd (diff)
parentc29282519b48d5fbfd73dd2bd1306a7844174f29 (diff)
New tests.
svn path=/trunk/mcs/; revision=156162
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 209813b1086..9170cb29532 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -78,7 +78,7 @@ eval-test:
build-compiler-lib:
cd ../class/Mono.CSharp && $(MAKE) NO_DIR_CHECK=yes
-check: build-compiler-lib eval-test
+qcheck: build-compiler-lib eval-test
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TOPTIONS) $(DEFINES)
test-local:
@@ -86,16 +86,6 @@ test-local:
run-test-local: $(TEST_ILS:.il=.dll) setup check
-# 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
-
endif
clean-local: