xamarin-macios/tests/mtouch
Rolf Bjarne Kvinge dde242c32a Allow using LinkWith attribute without a native library. (#997)
This makes it possible to set linker flags per assembly:

    [assembly: LinkWith (LinkerFlags = "-lsqlite3")]

Which is required when incremental builds is enabled and a particular assembly
needs special linker flags (because we don't propagate the global -gcc_flags
to each dylib we build when doing incremental builds).

Also add an option to set the dlsym mode for an assembly (using the LinkWith
attribute).
2016-10-28 10:50:42 -04:00
..
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
MLaunchTool.cs [tests] Unifiy namespaces in mtouch tests. (#1057) 2016-10-28 10:15:00 -04:00
MTouch.cs Allow using LinkWith attribute without a native library. (#997) 2016-10-28 10:50:42 -04:00
MTouchTool.cs [tests] Unifiy namespaces in mtouch tests. (#1057) 2016-10-28 10:15:00 -04:00
Makefile [tests] Run the mtouch tests in debug mode to get better stack traces. (#962) 2016-10-07 13:50:17 +02:00
MiscTests.cs [tests] Import 2016-05-26 15:06:52 +02:00
RegistrarTest.cs [tests] Unifiy namespaces in mtouch tests. (#1057) 2016-10-28 10:15:00 -04:00
SdkTest.cs Remove XI/Classic support (#926) 2016-09-30 15:02:17 -04:00
TimingTests.cs [tests] Unifiy namespaces in mtouch tests. (#1057) 2016-10-28 10:15:00 -04:00
mtouch.csproj [mtouch/tests] Add TimingTests (#1007) 2016-10-27 14:05:44 +02:00
mtouch.sln Remove XI/Classic support (#926) 2016-09-30 15:02:17 -04:00
packages.config [tests] Import 2016-05-26 15:06:52 +02:00
runSingleTest.sh [tests] Import 2016-05-26 15:06:52 +02:00