From bfd2ad8116637d751b2c4c5846229f0442d9a2a9 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 4 Jan 2005 13:50:42 +0000 Subject: * runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono. ($(tmpinst)/bin/mono): New. svn path=/trunk/mono/; revision=38306 --- runtime/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 38301be6846..70ab6910811 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -54,9 +54,9 @@ clean-local: -rm -fr $(symlinks) $(tmpinst) .wapi if INSTALL_2_0 -TEST_SUPPORT_FILES = $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs +TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs else -TEST_SUPPORT_FILES = $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm +TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm endif if ENABLE_NUNIT_TESTS @@ -78,6 +78,9 @@ mcs-do-run-test-profiles: check-local: mcs-do-test-profiles $(MAKE) $(test_select) mcs-do-run-test-profiles +$(tmpinst)/bin/mono: mono-wrapper + cp mono-wrapper $@ + $(tmpinst)/bin/mcs: $(MAKE) test-support-file target=$@ file=class/lib/default/mcs.exe -- cgit v1.2.3