🆕 ktest模块

This commit is contained in:
fslongjin
2022-07-26 15:43:33 +08:00
parent a704fe5cfe
commit 992f292f89
4 changed files with 41 additions and 2 deletions

8
kernel/ktest/Makefile Normal file
View File

@ -0,0 +1,8 @@
CFLAGS += -I .
all: bitree.o
bitree.o: test-bitree.c
gcc $(CFLAGS) -c test-bitree.c -o test-bitree.o