mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
9 lines
238 B
Python
9 lines
238 B
Python
import os
|
|
import sys
|
|
sys.path.append("../common")
|
|
import awtk_files as awtk;
|
|
|
|
CPPFLAGS = '-DHAS_STD_MALLOC -DNDEBUG --enable=warning --enable=performance -DWITH_CPPCHECK '
|
|
|
|
awtk.run('cppcheck', CPPFLAGS, awtk.getCppCheckFiles())
|