summaryrefslogtreecommitdiff
path: root/other/analysis/run-infer
diff options
context:
space:
mode:
Diffstat (limited to 'other/analysis/run-infer')
-rwxr-xr-xother/analysis/run-infer10
1 files changed, 10 insertions, 0 deletions
diff --git a/other/analysis/run-infer b/other/analysis/run-infer
new file mode 100755
index 00000000..942d0cfd
--- /dev/null
+++ b/other/analysis/run-infer
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3# Infer ignores everything that's not in the "current file".
4SKIP_LINES=1
5
6. other/analysis/gen-file.sh
7
8put auto_tests/lan_discovery_test.c
9
10infer -- clang -fsyntax-only test.c $CPPFLAGS