Skip to content

Commit 368bfd8

Browse files
committed
[documentation] make it clear that Android target is needed for tests.
1 parent 7c8b6e4 commit 368bfd8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/building/unix-instructions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ The `xamarin-android` repo contains several unit tests:
6161

6262
* NUnit-based unit tests, for stand-alone assemblies and utilities.
6363

64-
* `.apk`-based unit tests, which are NUnitLite-based tests that need to
65-
execute on an Android device.
64+
* `.apk`-based unit tests, which are NUnitLite-based tests.
65+
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.
6670

6771
All unit tests can be executed via the `make run-all-tests` target:
6872

0 commit comments

Comments
 (0)