rt-thread/bsp/k230/drivers/utest/SConscript

13 lines
248 B
Python

from building import *
src = []
if GetDepend('RT_UTEST_USING_ALL_CASES') or GetDepend('BSP_UTEST_DRIVERS'):
if GetDepend('BSP_USING_WDT'):
src += ['test_wdt.c']
group = DefineGroup('utestcases', src, depend = [''])
Return('group')