2009-05-14 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 14 May 2009 12:59:08 +0000 (12:59 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 14 May 2009 12:59:08 +0000 (12:59 -0000)
* Makefile.am (test-coreclr-security): Use the net_2_1_raw profile since
the net_2_1 profile is no longer generated.

svn path=/trunk/mono/; revision=134129

mono/tests/ChangeLog
mono/tests/Makefile.am

index b08b72823e262b520b8794d2361f7c6200f5cdf5..dd9d0af683d90c520037ba28e86141e6fbbe50d3 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (test-coreclr-security): Use the net_2_1_raw profile since
+       the net_2_1 profile is no longer generated.
+
 2009-05-05  Geoff Norton  <gnorton@novell.com> 
 
        * tests-config: This file is generated by configure.
index e39d576373b9737b7b842f2993ec727943671d83..f15da57a39ec2eca16dbe0f804ce3e7b7782755e 100644 (file)
@@ -20,7 +20,7 @@ JITTEST_PROG_RUN = MONO_SHARED_DIR=$(mono_build_root)/runtime MONO_CFG_DIR=$(mon
 RUNTIME_ARGS=--config tests-config --optimize=all --debug
 
 with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_2_0
-with_mono_path21 = MONO_PATH=$(mcs_topdir)/class/lib/net_2_1
+with_mono_path21 = MONO_PATH=$(mcs_topdir)/class/lib/net_2_1_raw
 
 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
 RUNTIME21 = $(with_mono_path21) $(top_builddir)/runtime/mono-wrapper
@@ -30,7 +30,7 @@ MKBUNDLE = \
        $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/mkbundle.exe
 
 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
-SMCS = $(RUNTIME21) --runtime=moonlight --security=temporary-smcs-hack $(mcs_topdir)/class/lib/net_2_1/smcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219
+SMCS = $(RUNTIME21) --runtime=moonlight --security=temporary-smcs-hack $(mcs_topdir)/class/lib/net_2_1_raw/smcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219
 ILASM = $(RUNTIME) $(mcs_topdir)/class/lib/net_2_0/ilasm.exe
 
 BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs