xamarin-macios/tests/mtouch
Rolf Bjarne Kvinge 3f8ebe4ba5 [tests] Make the mtouch tests cope with bindings-test.dll now having a dependency on nunit.framework.dll from a NuGet.
I would have liked to automatically get all the references required by bindings-test.dll,
but that turned out to be not as simple as I first thought (since bindings-test is
a library project, the exact dependencies actually depend on the type of the executable
project that references it, which means it's quite difficult to calculate the final
references given just the binding project).

Instead just hardcode the fact that there's a reference to nunit.framework.dll, and
the corresponding on-disk path (we still look in the actual csproj to get the version
of nunit.framework.dll).
2020-08-03 11:53:17 +02:00
..
.gitignore [tests] Automatically build the mtouch test assembly when needed. (#5496) 2019-01-28 15:05:42 +01:00
Cache.cs [mtouch tests] Add Cache. 2017-01-05 10:43:55 +01:00
Compat.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
ErrorTest.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
InlinerTest.cs [linker] Add an well known candidate inliner substep along with tests (#1513) 2017-01-17 21:49:44 -05:00
LinkerTests.cs [tests] Share supporting code between the mtouch and mmp tests. (#3374) 2018-02-02 07:09:04 +01:00
MLaunchTool.cs Implement a different escaping/quoting algorithm for arguments to System.Diagnostics.Process. (#7177) 2019-10-14 16:18:46 +02:00
MTouch.cs [tests] Make the mtouch tests cope with bindings-test.dll now having a dependency on nunit.framework.dll from a NuGet. 2020-08-03 11:53:17 +02:00
MTouchTool.cs [tests] Remove the mcs variation of tests that run with both mcs and csc. 2020-04-17 13:52:28 +02:00
Makefile [tests] Migrate the mtouch test project to use package references. (#9238) 2020-07-30 16:19:58 +02:00
MiscTests.cs [mmp/mtouch] Share more code. (#8394) 2020-04-16 14:19:45 +02:00
MonoNativeTests.cs Implement a different escaping/quoting algorithm for arguments to System.Diagnostics.Process. (#7177) 2019-10-14 16:18:46 +02:00
RegistrarTest.cs Merge remote-tracking branch 'xamarin/d16-5-xcode11.4' 2020-03-26 19:59:14 -04:00
SdkTest.cs [Bump Mono] Bump mono to the latest of 2020-02. (#8451) 2020-04-24 19:10:00 -04:00
Setup.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
StringUtilsTest.cs [mtouch][mmp] Allow the use of major-only version numbers in arguments. Fixes #60280 (#3029) 2017-11-23 11:16:30 -05:00
TimingTests.cs [tests] Share supporting code between the mtouch and mmp tests. (#3374) 2018-02-02 07:09:04 +01:00
ToolTasksBinPathTest.cs [msbuild] Add support for Metal in the simulator. Fixes #7392. (#7983) (#7991) 2020-02-28 19:59:03 +01:00
mtouch.csproj [tests] Migrate the mtouch test project to use package references. (#9238) 2020-07-30 16:19:58 +02:00
mtouch.sln Switch to mono archive and remove submodule 2019-05-21 22:16:02 +02:00