[mono/tests] Don't use -lib:<dir> use -r:<dir>/asm.dll for framework assemblies
commitabf1a37e2e33ac40b90b16448dfddde7dd7c29d7
authorAleksey Kliger <aleksey@xamarin.com>
Fri, 3 Mar 2017 22:37:09 +0000 (3 17:37 -0500)
committerAleksey Kliger (λgeek) <akliger@gmail.com>
Mon, 6 Mar 2017 23:22:19 +0000 (6 18:22 -0500)
treede6df7f38c5a6197b033ac134cd9bd7ed51820cd
parent2c50197c33a95409e4a821e1b4dc387be1596dc1
[mono/tests] Don't use -lib:<dir> use -r:<dir>/asm.dll for framework assemblies

Apparently Roslyn looks in -lib directories only if it doesn't find the needed
assembly in MONO_PATH first.  On the other hand, using a full path with -r will
take priority over the assemblies in system directories.
mono/tests/Makefile.am