Skip to content

Commit 08a292a

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Add make e2e-audio target for audio recording E2E test
1 parent 7d37a43 commit 08a292a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FIXTURE_MODULES := $(notdir $(wildcard tools/pkg/specgen/testdata/*/))
1717
NDK_SYSROOT := $(NDK_PATH)/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include
1818
C2FFI_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

2222
all: specs capi idiomatic
2323

@@ -108,6 +108,10 @@ e2e: e2e-build
108108
e2e-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+
111115
clean:
112116
@for m in $(MODULES); do rm -rf "capi/$$m/"; done
113117
rm -rf spec/generated/

0 commit comments

Comments
 (0)