File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FIXTURE_MODULES := $(notdir $(wildcard tools/pkg/specgen/testdata/*/))
1717NDK_SYSROOT := $(NDK_PATH ) /toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include
1818C2FFI_BIN ?= c2ffi
1919
20- .PHONY : all capi specs idiomatic clean regen fixtures test lint check-examples e2e e2e-build e2e-examples
20+ .PHONY : all capi specs idiomatic clean regen fixtures test lint check-examples e2e e2e-build e2e-examples e2e-audio
2121
2222all : specs capi idiomatic
2323
@@ -108,6 +108,10 @@ e2e: e2e-build
108108e2e-examples :
109109 ./tests/e2e/run-examples.sh
110110
111+ # Run audio recording E2E test (requires running emulator with audio + NDK)
112+ e2e-audio :
113+ ./tests/e2e/run-audio-e2e.sh
114+
111115clean :
112116 @for m in $(MODULES ) ; do rm -rf " capi/$$ m/" ; done
113117 rm -rf spec/generated/
You can’t perform that action at this time.
0 commit comments