mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 18:25:10 -05:00
- simdzone-zone-load, fix doc unit test to omit simdzone source code warnings.
This commit is contained in:
parent
3b2a2e2440
commit
828b05c956
2 changed files with 3 additions and 0 deletions
|
|
@ -1007,6 +1007,7 @@ EXCLUDE = ./build \
|
|||
libunbound/python/doc \
|
||||
libunbound/python/examples \
|
||||
./ldns-src \
|
||||
./simdzone \
|
||||
README.md \
|
||||
doc/control_proto_spec.txt \
|
||||
doc/requirements.txt
|
||||
|
|
|
|||
2
testdata/01-doc.tdir/01-doc.test
vendored
2
testdata/01-doc.tdir/01-doc.test
vendored
|
|
@ -40,6 +40,8 @@ grep -F -v -e "dnstap" hlist > ilist; mv ilist hlist
|
|||
grep -F -v -e "util/siphash.c" hlist > ilist; mv ilist hlist
|
||||
# filter out compat
|
||||
grep -F -v -e "compat/" hlist > ilist; mv ilist hlist
|
||||
# filter out simdzone
|
||||
grep -F -v -e "simdzone/" hlist > ilist; mv ilist hlist
|
||||
for h in `cat hlist`; do
|
||||
if grep -F "`basename $h`" $PRE/doc/html/files.html >/dev/null; then
|
||||
: # ok
|
||||
|
|
|
|||
Loading…
Reference in a new issue