mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 11:12:55 +00:00
11 lines
239 B
Python
11 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")
|
|
|
|
|