xamarin-macios/tests/framework-test
Rolf Bjarne Kvinge 9fda2c6c9b
[tests] Add --dlsym:+nunit.framework.dll to all Xamarin.iOS test suites. (#9349)
This works around a build problem that occurs because NUnit ships with a
P/Invoke to a function that doesn't exist on Apple platforms:

    MTOUCH : error MT5210: Native linking failed, undefined symbol: _GetVersionEx. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. [/Users/xamarinqa/myagent/_work/8/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test58/monotouch-test-tvos.csproj]
    MTOUCH : error MT5201: Native linking failed. Please review the build log and the user flags provided to gcc: -fembed-bitcode-marker [/Users/xamarinqa/myagent/_work/8/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test58/monotouch-test-tvos.csproj]
    clang : error : linker command failed with exit code 1 (use -v to see invocation) [/Users/xamarinqa/myagent/_work/8/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test58/monotouch-test-tvos.csproj]

Also fix an issue in mtouch where we would overwrite any previous --dlsym
values; they're now accumulative (`--dlsym:foo.dll --dlsym:bar.dll` works
as expected)

Ref: https://github.com/nunit/nunit/issues/3618
2020-08-12 09:42:53 +02:00
..
Resources [tests] Import 2016-05-26 15:06:52 +02:00
AppDelegate.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
Entitlements.plist [tests] Import 2016-05-26 15:06:52 +02:00
FrameworkTests.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
Info.plist [tests] Remove Classic test projects, and make the Unified test projects the master projects. (#858) 2016-09-21 22:55:10 +02:00
Main.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
framework-test.csproj [tests] Add --dlsym:+nunit.framework.dll to all Xamarin.iOS test suites. (#9349) 2020-08-12 09:42:53 +02:00