mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 11:28:54 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
|
|
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())
|