X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Ftesting_gac%2FMakefile.am;h=1a4e30a68f3ed7cd3d522643eeb9c4ba993ad204;hb=ca6365b31664632788756053279590dee2daf183;hp=d65b359ce5d46194ebf72adb7eb5163027245362;hpb=137e1e75d1f2d529c641aecebc36ec315a9a14d9;p=mono.git diff --git a/mono/tests/testing_gac/Makefile.am b/mono/tests/testing_gac/Makefile.am index d65b359ce5d..1a4e30a68f3 100644 --- a/mono/tests/testing_gac/Makefile.am +++ b/mono/tests/testing_gac/Makefile.am @@ -23,7 +23,8 @@ RUNTIME= $(top_builddir)/runtime/mono-wrapper TEST_RUNTIME = MONO_PATH=$(CLASS) $(RUNTIME) TOOLS_RUNTIME= MONO_PATH=$(mcs_topdir)/class/lib/build $(RUNTIME) -TEST_RUNNER = ../test-runner.exe --runtime $(RUNTIME) +# These tests are testing strict assembly strong-name resolution +TEST_RUNNER = ../test-runner.exe --runtime $(RUNTIME) --runtime-args "--assembly-loader=strict" if HOST_WIN32 TEST_RUNNER_ARGS=--runtime $(if $(MONO_EXECUTABLE),$(shell cygpath -w -a $(MONO_EXECUTABLE) | sed 's/\\/\\\\/g'),mono)