Skip to content

Commit

Permalink
apps/testing/drivertest:add audio drivertest
Browse files Browse the repository at this point in the history
Signed-off-by: jinxiuxu <[email protected]>
  • Loading branch information
jinxiuxu authored and xiaoxiang781216 committed Aug 9, 2023
1 parent 7dcb0c7 commit 4f7abe0
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/drivertest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@ MAINSRC += drivertest_uart.c
PROGNAME += cmocka_driver_uart
endif

ifneq ($(CONFIG_AUDIO),)
MAINSRC += drivertest_audio.c
PROGNAME += cmocka_driver_audio
endif

include $(APPDIR)/Application.mk
Loading

0 comments on commit 4f7abe0

Please sign in to comment.