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:
Diffstat (limited to 'runtime/Makefile.am')
-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