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:
authorRaja R Harinath <harinath@hurrynot.org>2006-04-30 09:46:05 +0400
committerRaja R Harinath <harinath@hurrynot.org>2006-04-30 09:46:05 +0400
commitad1afe7a519fcd86931a7d5e2ac216d146faf0cc (patch)
treec8db666bea905fd7b2f3906ba1ef573c0ada2bbb /Makefile.am
parent0aca37a6be46c44953e1415d0ac173acda267b0a (diff)
* Makefile.am (mcs-do-clean, mcs-do-compiler-tests): Clean
and run tests in mono/tests too. svn path=/trunk/mono/; revision=60096
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c2d4c3aaea..9bacf37535d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,8 +65,10 @@ bootstrap-world-net_2_0: compiler-tests-net_2_0
# internal targets
mcs-do-clean:
cd runtime && $(MAKE) clean-local
+ cd mono/tests && $(MAKE) clean
mcs-do-compiler-tests:
cd runtime && $(MAKE) test_select='TEST_SUBDIRS="tests errors"' check-local
+ cd mono/tests && $(MAKE) check
win32getdeps:
wget http://www.go-mono.com/archive/pkgconfig-0.11-20020310.zip