Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Documentation/building/unix-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ The `xamarin-android` repo contains several unit tests:

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

* `.apk`-based unit tests, which are NUnitLite-based tests that need to
execute on an Android device.
* `.apk`-based unit tests, which are NUnitLite-based tests.

Note: apk-based tests need a running Android emulator or a connected
Android device as an installation target. If either of them exists,
the test apps are automatically installed, and if there isn't any
available target, it will automatically create and run an emulator.

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

Expand Down