Add assert when dllmap is disabled and fix support build in netcore mode
[mono-project.git] / mono / tests / tests-config.in
blob43045bac5def0a55341e6926fd828962aa91831e
1 <configuration>
2         <dllmap dll="cygwin1.dll" target="@LIBC@" />
3         <dllmap dll="libc" target="@LIBC@" />
4         <dllmap dll="System.Native" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="!windows" />
5         <dllmap os="windows" cpu="x86" dll="libtest" target="../../msvc/build/sgen/Win32/bin/Release/libtest.dll" />
6         <dllmap os="windows" cpu="x86-64" dll="libtest" target="../../msvc/build/sgen/x64/bin/Release/libtest.dll" />
7 </configuration>