test,am-tests: add audio test

This commit is contained in:
Zihao Yu 2020-09-03 00:42:55 +08:00
parent 9e59fd2cba
commit 07c99a1e2a
5 changed files with 36 additions and 1 deletions

View file

@ -1,3 +1,3 @@
NAME = amtest
SRCS = $(shell find src/ -name "*.c")
SRCS = $(shell find src/ -name "*.[cS]")
include $(AM_HOME)/Makefile