Update to tests config file reflecting changed libtest module location.
authorlateralusX <lateralusx.github@gmail.com>
Thu, 16 Jun 2016 11:10:04 +0000 (13:10 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Thu, 16 Jun 2016 11:10:04 +0000 (13:10 +0200)
Updated Visual Studio build uses a different default build location of modules
compared to previous version. The tests config file includes a relative
path to libtest used for by all pinvoke tests. Since the module is now
placed at a different location the load failed during the test.

mono/tests/tests-config.in

index c471b3cf6c0d509db693f7bf12a11cde2bbd5c3f..d67011313f8c0fc0320329460480ceec4e373104 100644 (file)
@@ -1,7 +1,7 @@
 <configuration>
        <dllmap dll="cygwin1.dll" target="@LIBC@" />
        <dllmap dll="libc" target="@LIBC@" />
-       <dllmap os="windows" cpu="x86" dll="libtest" target="../../msvc/Win32/bin/Release/libtest.dll" />
-       <dllmap os="windows" cpu="x86-64" dll="libtest" target="../../msvc/x64/bin/Release/libtest.dll" />
+       <dllmap os="windows" cpu="x86" dll="libtest" target="../../msvc/build/sgen/Win32/bin/Release/libtest.dll" />
+       <dllmap os="windows" cpu="x86-64" dll="libtest" target="../../msvc/build/sgen/x64/bin/Release/libtest.dll" />
 </configuration>