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:
authorMarek Safar <marek.safar@gmail.com>2011-02-01 15:52:50 +0300
committerMarek Safar <marek.safar@gmail.com>2011-02-01 15:53:22 +0300
commit5e5b296eaec3af4a024f405e4a517bb287dbe990 (patch)
tree439093d0e390415a66982ba8f05b0f7206a3d7c5 /mcs/tests/Makefile
parentef49ad4708b604b529e2f869e4b2934a45fe7fa1 (diff)
Make mcs.exe .net4 application
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index a6bbd77c032..14dba76c097 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -19,7 +19,7 @@ USE_MCS_FLAGS :=
# mention all targets
all-local $(STD_TARGETS:=-local):
-VALID_PROFILE := $(filter net_2_0 moonlight net_4_0, $(PROFILE))
+VALID_PROFILE := $(filter net_4_0, $(PROFILE))
ifdef VALID_PROFILE
# casts
bootstrap-cast.exe: gen-cast-test.cs
@@ -52,7 +52,7 @@ DEFINES = -compiler-options:"-d:NET_4_0 -sdk:4"
endif
LOCAL_RUNTIME_FLAGS = --verify-all
-COMPILER = $(topdir)/class/lib/basic/mcs.exe
+COMPILER = $(topdir)/class/lib/$(BUILD_TOOLS_PROFILE)/mcs.exe
TESTER = MONO_RUNTIME='$(RUNTIME)' $(TEST_RUNTIME) $(RUNTIME_FLAGS) $(LOCAL_RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe
TEST_ILS := $(wildcard *-lib.il)