mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Check dependencies in devel/cover
This commit is contained in:
parent
07be6a2f1b
commit
c0c9692799
@ -9,7 +9,7 @@ if [ ! -e test.py ]; then
|
||||
echo "can't find test.py, aborting" >&2
|
||||
exit 1
|
||||
fi
|
||||
if [ ! -x a.out ]; then
|
||||
if [ \( ! -x a.out \) -o \( ../darkhttpd.c -nt a.out \) ]; then
|
||||
gcc -g -fprofile-arcs -ftest-coverage ../darkhttpd.c || exit 1
|
||||
# generates a.out, darkhttpd.gcno
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user