[CI] ignore appdomain-unload-asmload.exe on interp and full-aot
[mono.git] / mono / tests / tests-config.in
index 2c86105e9a0d2d48c1c8dd866fc915bc2cc295e3..d67011313f8c0fc0320329460480ceec4e373104 100644 (file)
@@ -1,5 +1,7 @@
 <configuration>
        <dllmap dll="cygwin1.dll" target="@LIBC@" />
        <dllmap dll="libc" target="@LIBC@" />
+       <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>