We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8b6e4 commit 368bfd8Copy full SHA for 368bfd8
Documentation/building/unix-instructions.md
@@ -61,8 +61,12 @@ The `xamarin-android` repo contains several unit tests:
61
62
* NUnit-based unit tests, for stand-alone assemblies and utilities.
63
64
- * `.apk`-based unit tests, which are NUnitLite-based tests that need to
65
- execute on an Android device.
+ * `.apk`-based unit tests, which are NUnitLite-based tests.
+
66
+ Note: apk-based tests need a running Android emulator or a connected
67
+ Android device as an installation target. If either of them exists,
68
+ the test apps are automatically installed, and if there isn't any
69
+ available target, it will automatically create and run an emulator.
70
71
All unit tests can be executed via the `make run-all-tests` target:
72
0 commit comments