Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/staticcheck/cppcheck/run.py
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

9 lines
230 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())