xamarin-macios/tests/xharness
Rolf Bjarne Kvinge e19426e073 [tests] Don't create test packages by default. (#1941)
* [tests] Don't create test packages by default.

Don't create test packages by default, instead add a new target to create test
packages. This new target is called on wrench, which means the packages will
still be created when needed, but they won't be built locally in every build
(and if a packaged test fails to build, it won't fail the entire build).

* [tests] Use a project reference instead of assembly reference for GuiUnit.exe

Use a project reference instead of assembly reference for GuiUnit.exe, so that
the GuiUnit reference is automatically built if necessary.

This also makes it required to build a sln for Classic (since mdtool can't
find referenced projects from a csproj).
2017-03-30 18:01:15 +02:00
..
Properties [tests] Import 2016-05-26 15:06:52 +02:00
.gitignore [xharness] Major rewrite (add server mode, add device support, add today extension support). 2017-01-05 13:08:48 +01:00
AppRunner.cs [xharness] Parse crash logs to determine crash reason and report it accordingly. 2017-02-10 16:39:33 +01:00
BCLTarget.cs [XM] Add BCL tests (#1447) 2017-02-01 11:05:08 -05:00
DeviceLogCapturer.cs [jenkins] Try to show a backtrace for processes that time out. (#1358) 2016-12-16 12:24:08 +01:00
Extensions.cs [xharness] Major rewrite (add server mode, add device support, add today extension support). 2017-01-05 13:08:48 +01:00
GitHub.cs [xharness] Don't hit the network to load xml files. (#1415) 2017-01-02 08:58:14 +01:00
Harness.cs [tests] Don't create test packages by default. (#1941) 2017-03-30 18:01:15 +02:00
Jenkins.cs [tests] Don't create test packages by default. (#1941) 2017-03-30 18:01:15 +02:00
Log.cs [xharness] Fix log stream handling. (#1494) 2017-01-16 07:30:57 +01:00
MacClassicTarget.cs [tests] Import 2016-05-26 15:06:52 +02:00
MacTarget.cs [xharness] Add support for the introspection tests. (#151) 2016-06-08 19:45:31 +02:00
MacUnifiedTarget.cs [XM] Add 32-bit variants of apitest and introspection and fix bindings (#1234) 2016-11-30 16:38:32 +01:00
MakefileGenerator.cs [XM] Add BCL tests (#1447) 2017-02-01 11:05:08 -05:00
PListExtensions.cs [xharness] Fix generation of today extension projects to work from Xamarin Studio. (#1502) 2017-01-16 16:23:49 +01:00
Process_Extensions.cs [xharness] Show better info in process list. (#1365) 2016-12-19 15:18:07 +01:00
Program.cs [xharness] Add support for using the system's Xamarin.iOS/Xamarin.Mac instead of a locally build one. (#1498) 2017-01-16 07:24:14 +01:00
ProjectFileExtensions.cs [tests] Port today extension test template to F#. 2017-02-10 16:39:36 +01:00
SimpleHttpListener.cs [xharness] Fix log stream handling. (#1494) 2017-01-16 07:30:57 +01:00
SimpleListener.cs [xharness] Fix log stream handling. (#1494) 2017-01-16 07:30:57 +01:00
SimpleTcpListener.cs [xharness] Fix log stream handling. (#1494) 2017-01-16 07:30:57 +01:00
Simulators.cs [tests] Use the iPhone 6 simulator instead of the iPhone 5s simulator for 64-bit testing. (#1920) 2017-03-28 14:38:09 +02:00
SolutionGenerator.cs [xharness] Fix generation of today extension projects to work from Xamarin Studio. (#1502) 2017-01-16 16:23:49 +01:00
TVOSTarget.cs Make logic not depend on the checkout directory being named 'xamarin-macios'. (#129) 2016-06-06 12:18:52 +02:00
Target.cs [xharness] Fix generation of today extension projects to work from Xamarin Studio. (#1502) 2017-01-16 16:23:49 +01:00
TestProject.cs [xharness] Make the top-level test names identical between iOS and Mac. 2017-02-10 16:39:31 +01:00
TodayExtensionTarget.cs [tests] Port today extension test template to F#. 2017-02-10 16:39:36 +01:00
UnifiedTarget.cs [xharness] Add support for specifying 32-bit and 64-bit mode when running on device. 2016-10-11 19:52:35 +02:00
WatchOSTarget.cs [tests] Use a different bundle id for different apps that can be installed on the same device. (#1509) 2017-01-16 18:34:57 +01:00
favicon.ico [xharness] Add favicon.ico support. 2017-02-10 16:39:30 +01:00
xharness.csproj [xharness] Make 64-bits. 2017-02-20 17:14:13 +01:00
xharness.sln [xharness] Add separate solution to make it load faster in the IDE. (#124) 2016-06-02 12:17:52 +02:00