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>2009-11-26 17:30:41 +0300
committerMarek Safar <marek.safar@gmail.com>2009-11-26 17:30:41 +0300
commit28e4bd1bd98509f0b57799d7cc81f0c2d7aaa3b4 (patch)
tree3ca1e09ac07c58e3389d1f1d45266721c7b391fb /mcs/tests/Makefile
parent9c71c641d747d9f732f308cfeba7f71817f2e404 (diff)
More tests, update
svn path=/trunk/mcs/; revision=146986
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 05e18e0d7fa..d39a7ba71a1 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -74,6 +74,7 @@ eval-test:
$(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) eval-test.exe
check: eval-test
+ cd ../class/Mono.CSharp && $(MAKE) NO_DIR_CHECK=yes
$(TESTER) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TOPTIONS)
test-local: