This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -13,6 +13,10 @@ if GetDepend('AIC_TP_DRV_TEST'):
src += Glob('test_ft7411.c')
if GetDepend('AIC_TOUCH_PANEL_GSL1680'):
src += Glob('test_gsl1680.c')
if GetDepend('AIC_TOUCH_PANEL_ST16XX'):
src += Glob('test_st16xx.c')
if GetDepend('AIC_TOUCH_PANEL_AXS15260'):
src += Glob('test_axs15260.c')
group = DefineGroup('test-ctp', src, depend = [''], CPPPATH = CPPPATH)