xamarin-macios/tests/mono-native
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
..
iOS [tests] Add --dlsym:+nunit.framework.dll to all Xamarin.iOS test suites. (#9349) 2020-08-12 09:42:53 +02:00
macOS [tests] Update Xamarin.Mac tests to use Touch.Client and the official NUnit[Lite]. 2020-08-03 11:53:17 +02:00
.gitignore [xharness] Refactor how mac tests projects are generated. Fixes #6322. 2019-06-20 10:48:51 +02:00
AppDelegate.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
Introspection.cs [tests] Remove the mono-native CheckSymbols test. (#9138) 2020-07-21 14:49:05 +02:00
MacAppDelegate.cs [tests]: Add new 'mono-native' test suite. 2018-11-14 13:30:25 -05:00
MacMain.cs [tests]: Add new 'mono-native' test suite. 2018-11-14 13:30:25 -05:00
Main.cs [tests]: Add new 'mono-native' test suite. 2018-11-14 13:30:25 -05:00
NativePlatformConfig.cs Remove debug spew. 2019-02-11 13:49:38 +01:00