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:
-rw-r--r--ChangeLog5
-rw-r--r--runtime/Makefile.am7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 308d7963a8e..88c5717921e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-04 Raja R Harinath <rharinath@novell.com>
+
+ * runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono.
+ ($(tmpinst)/bin/mono): New.
+
2005-01-03 Ben Maurer <bmaurer@ximian.com>
* configure.in: Add mono-nunit to output
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