linuxOS_D21X/source/artinchip/awtk-ui/awtk/staticcheck/infer/run.py

8 lines
184 B
Python
Raw Normal View History

2024-11-29 08:23:11 +00: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())