e2e

command
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2026 License: MIT Imports: 38 Imported by: 0

Documentation

Overview

E2E test for ndk idiomatic Go packages on Android. Exercises EVERY NDK package through the generated idiomatic Go bindings.

Build:

CGO_ENABLED=1 GOOS=android GOARCH=amd64 \
CC=$NDK/.../x86_64-linux-android35-clang \
go build -o e2e/e2e_test ./e2e

Run:

adb push e2e_test /data/local/tmp/ && adb shell /data/local/tmp/e2e_test

Directories

Path Synopsis
Audio injector: streams a sine wave to the Android emulator's virtual microphone via the gRPC injectAudio API.
Audio injector: streams a sine wave to the Android emulator's virtual microphone via the gRPC injectAudio API.
E2E test: exercises the full AAudio input stream lifecycle at 48 kHz.
E2E test: exercises the full AAudio input stream lifecycle at 48 kHz.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL