mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. other/analysis/gen-file.sh
|
||
|
|
||
|
put auto_tests/lan_discovery_test.c
|
||
|
|
||
|
sparse test.c $CPPFLAGS \
|
||
|
-Wsparse-all \
|
||
|
-Wno-declaration-after-statement
|