Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/staticcheck/cppcheck/run.py
2025-09-30 11:56:06 +08:00

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())