tests: add am-tests

This commit is contained in:
Zihao Yu 2020-08-23 19:54:16 +08:00
parent 8fbf7f9425
commit 0a123cc9e6
11 changed files with 405 additions and 0 deletions

3
tests/am-tests/Makefile Normal file
View file

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