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-01-12 19:52:38 +0300
committerMarek Safar <marek.safar@gmail.com>2010-01-12 19:52:38 +0300
commitcbceddba72717086637d290535bca0afcd98c5ee (patch)
tree07d4ecc3cd92383c2f396fa4df6200809341325b /mcs/tests/Makefile
parent693ec26d139e16e390e792ece681cb437256bf35 (diff)
Rebuild Mono.CSharp first
svn path=/trunk/mcs/; revision=149416
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 eef1c389161..4ddeabc7ca8 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -72,9 +72,11 @@ TEST_ILS := $(wildcard *-lib.il)
eval-test:
$(CSCOMPILE) eval-test.cs -r:Mono.CSharp.dll
$(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) eval-test.exe
-
-check: eval-test
+
+build-compiler-lib:
cd ../class/Mono.CSharp && $(MAKE) NO_DIR_CHECK=yes
+
+check: build-compiler-lib eval-test
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TOPTIONS)
test-local: