Files

8 lines
191 B
Python
Raw Permalink Normal View History

2025-09-30 11:56:06 +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())