mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
11 lines
199 B
Bash
Executable File
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
|