Skip to content

iamcalledrob/go-android-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-android-test - Run Golang tests on a connected Android device or emulator.

Installing:

go install github.com/iamcalledrob/ndkenv@latest
go install github.com/iamcalledrob/go-android-test@latest

Usage:

Usage:
  go-android-test [OPTIONS]
Example:
  ANDROID_SERIAL=emulator-1234 go-android-test -s 21 -run TestFoo -v

Device selection is delegated to adb, pass in ANDROID_SERIAL= environment variable to adb to specify
a device to run tests on.

Application Options:
  -s, --min-sdk-version= Minimum android SDK version

Notes:

The utility currently assumes that all builds will require the NDK and cgo—and uses ndkenv to configure the cross-compilation.

Testing pure Go code is still possible, but requires the unnecessary step of having a working NDK.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages