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>2005-01-04 16:50:42 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-01-04 16:50:42 +0300
commitbfd2ad8116637d751b2c4c5846229f0442d9a2a9 (patch)
tree5707945f8ff6cdb2e854ba8f594c16a890f8be40 /runtime
parent4207ecccaa8c7fd7905c1fbc5c41109e74807a24 (diff)
* runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono.
($(tmpinst)/bin/mono): New. svn path=/trunk/mono/; revision=38306
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am7
1 files changed, 5 insertions, 2 deletions
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