mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 19:22:55 +00:00
12 lines
239 B
Python
12 lines
239 B
Python
|
src = Split('''
|
||
|
yts_main.c
|
||
|
''')
|
||
|
|
||
|
component = aos_component('testcase', src)
|
||
|
component.add_global_includes('include')
|
||
|
component.add_comp_deps('test/yunit')
|
||
|
component.add_cflags( "-Wall" )
|
||
|
component.add_cflags( "-Werror")
|
||
|
|
||
|
|