- ignore debug python module for test in doxygen output.

git-svn-id: file:///svn/unbound/trunk@4967 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-11-22 13:05:26 +00:00
parent 5853f90076
commit de0b6da9f4
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests
succeed for the python module.
- pythonmod logs the python error and traceback on failure.
- ignore debug python module for test in doxygen output.
21 November 2018: Wouter
- Scrub NS records from NODATA responses as well.

View file

@ -623,6 +623,7 @@ EXCLUDE = ./build \
pythonmod/interface.h \
pythonmod/ubmodule-msg.py \
pythonmod/ubmodule-tst.py \
unboundmodule.py \
libunbound/python/unbound.py \
libunbound/python/libunbound_wrap.c \
libunbound/python/doc \