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>2011-03-11 15:39:55 +0300
committerMarek Safar <marek.safar@gmail.com>2011-03-11 15:39:55 +0300
commit0f908eee6d15fe02f1999c5f7b607c7f72facdbc (patch)
tree5b0135aa8ce98759acb2ae3b9658ae00f3deb2a1 /mcs/tests/Makefile
parent30dab5cac2edf5841b5636c679e1ea40446fa2d7 (diff)
Reduce scope for escaped identifier to only necessary attribute section
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 14dba76c097..be9d6e97d9f 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -60,7 +60,7 @@ TEST_ILS := $(wildcard *-lib.il)
build-compiler-lib:
cd ../class/Mono.CSharp && $(MAKE) NO_DIR_CHECK=yes
-qcheck: build-compiler-lib
+qcheck:
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(PROFILE) -log:$(PROFILE).log -il:ver-il-$(PROFILE).xml $(DEFINES) $(TOPTIONS)
test-local: