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:48:52 +0300
committerMarek Safar <marek.safar@gmail.com>2011-03-11 15:48:52 +0300
commit43c9076ee0a04f003b1e9c300cf27fa131b4fea0 (patch)
tree1c0a5f1887e898a5be1e5344679db417e48a1305 /mcs/tests/Makefile
parent0f908eee6d15fe02f1999c5f7b607c7f72facdbc (diff)
Add another local quick test target
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index be9d6e97d9f..777470b7b45 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -60,7 +60,9 @@ TEST_ILS := $(wildcard *-lib.il)
build-compiler-lib:
cd ../class/Mono.CSharp && $(MAKE) NO_DIR_CHECK=yes
-qcheck:
+qcheck: build-compiler-lib qcheck2
+
+qcheck2:
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(PROFILE) -log:$(PROFILE).log -il:ver-il-$(PROFILE).xml $(DEFINES) $(TOPTIONS)
test-local: