xamarin-macios/tests/linker-ios
Sebastien Pouliot 1d9356bf94 Bump mono to include fix for #47064: [linker] Fix marking types inside custom attributes. (#1376)
* Bump mono to include fix for #47064: [linker] Fix marking types inside custom attributes.

* Add unit tests for bug #47064
2016-12-21 11:52:43 +01:00
..
dont link [tests] Add support for building device tests for 32-bit or 64-bit. 2016-10-11 19:52:36 +02:00
link all Bump mono to include fix for #47064: [linker] Fix marking types inside custom attributes. (#1376) 2016-12-21 11:52:43 +01:00
link sdk [tests] Add support for building device tests for 32-bit or 64-bit. 2016-10-11 19:52:36 +02:00
README.md [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00

README.md

Linker Regression Tests

Most of our unit tests follow the default project configuration, which is "Don't Link" for simulator builds and "Link SDK" for device builds.

The linker tests are different as they set both simulator and device configuration to the same settings. This is the main way to test the linker on the simulator (which is the most common test configuration for our bots)

Note that the spaces in the projects directory names are by design as it ensure our tool chain can cope with them.

  • regression testing without using the linker

  • both simulator and devices are set to "Don't link"

  • regression testing using the linker on the all assemblies

  • "Link all assemblies" for both simulator/devices

  • regression testing using the linker on the SDK assemblies

  • "Link SDK assemblies only" for both simulator/devices