mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-26 16:41:31 +00:00
10 lines
153 B
Makefile
10 lines
153 B
Makefile
NAME := testcase
|
|
|
|
GLOBAL_INCLUDES += include
|
|
|
|
$(NAME)_COMPONENTS := yunit
|
|
|
|
$(NAME)_SOURCES := yts_main.c
|
|
|
|
$(NAME)_CFLAGS += -Wall -Werror
|
|
|