mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Update the coverage script to look at new file locations
This commit is contained in:
parent
7b1832d011
commit
c03958dbc1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
dst=$1
|
||||
|
||||
for fn in src/or/*.c src/common/*.c; do
|
||||
for fn in src/or/*.c src/or/*/*.c src/common/*.c src/lib/*/*.c; do
|
||||
BN=`basename $fn`
|
||||
DN=`dirname $fn`
|
||||
F=`echo $BN | sed -e 's/\.c$//;'`
|
||||
|
|
Loading…
Add table
Reference in a new issue