toxcore/other/analysis/run-infer

11 lines
199 B
Bash
Executable File

#!/bin/sh
# Infer ignores everything that's not in the "current file".
SKIP_LINES=1
. other/analysis/gen-file.sh
put auto_tests/lan_discovery_test.c
infer -- clang -fsyntax-only test.c $CPPFLAGS