Skip to content

Commit

Permalink
(DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
Browse files Browse the repository at this point in the history
handled by 'class/corlib/Makefile'.
(test-installed-compiler): Run compiler tests using the installed
compiler.

svn path=/trunk/mcs/; revision=34150
  • Loading branch information
harinath committed Sep 21, 2004
1 parent fc05e32 commit 47d275a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mcs/ChangeLog
@@ -1,3 +1,10 @@
2004-09-21 Raja R Harinath <rharinath@novell.com>

* Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
handled by 'class/corlib/Makefile'.
(test-installed-compiler): Run compiler tests using the installed
compiler.

2004-09-14 Raja R Harinath <rharinath@novell.com>

* Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
Expand Down
7 changes: 7 additions & 0 deletions mcs/Makefile
Expand Up @@ -2,6 +2,9 @@ thisdir := .

SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs

# 'gmcs' is specially built by rules inside class/corlib.
DIST_ONLY_SUBDIRS := gmcs

ifdef TEST_SUBDIRS
SUBDIRS := $(TEST_SUBDIRS)
endif
Expand Down Expand Up @@ -36,6 +39,10 @@ testcorlib:
compiler-tests:
$(MAKE) TEST_SUBDIRS="tests errors" run-test-profiles

test-installed-compiler:
$(MAKE) TEST_SUBDIRS="tests errors" PROFILE=default TEST_RUNTIME=mono MCS=mcs run-test
$(MAKE) TEST_SUBDIRS="tests errors" PROFILE=net_2_0 TEST_RUNTIME=mono MCS=gmcs run-test

# Disting. We need to override $(distdir) here.

package := mcs-$(VERSION)
Expand Down

0 comments on commit 47d275a

Please sign in to comment.