From: Aleksey Kliger (λgeek) Date: Wed, 30 Nov 2016 18:54:21 +0000 (-0500) Subject: [tests] Use CSC to compile gc-descriptors test (#4052) X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=94bafb7c55ac0d7b360d99a5086113a2c21670cc;hp=b9e6227efb697f121da8402ce96386d7735f31ce;p=mono.git [tests] Use CSC to compile gc-descriptors test (#4052) --- diff --git a/mono/tests/gc-descriptors/Makefile.am b/mono/tests/gc-descriptors/Makefile.am index e7c09cc8175..6694b763eb5 100755 --- a/mono/tests/gc-descriptors/Makefile.am +++ b/mono/tests/gc-descriptors/Makefile.am @@ -2,7 +2,7 @@ CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE) with_mono_path = MONO_PATH=$(CLASS) RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper -MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug +MCS = $(RUNTIME) $(CSC) -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug:portable check-local: test