mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-08 00:04:03 +00:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. other/analysis/gen-file.sh
|
|
|
|
put auto_tests/lan_discovery_test.c
|
|
|
|
sparse test.c $CPPFLAGS \
|
|
-Wsparse-all \
|
|
-Wno-declaration-after-statement
|