mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. other/analysis/gen-file.sh
|
||
|
|
||
|
put auto_tests/lan_discovery_test.c
|
||
|
|
||
|
clang --analyze test.c $CPPFLAGS
|