Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/staticcheck/infer/run.py

8 lines
184 B
Python
Raw Normal View History

2023-11-09 20:19:51 +08:00
import os
import sys
sys.path.append("../common")
import awtk_files as awtk;
CPPFLAGS = 'run -- clang -c -DHAS_STD_MALLOC -DNDEBUG '
awtk.run('infer', CPPFLAGS, awtk.getInferFiles())