mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-11 16:13:11 +00:00
added dns tests
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1573 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
621d02e6f2
commit
c28d8e264a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -201,7 +201,7 @@ o a (Fast)CGI web interface (requires HTTP server)
|
|||
'linkcheck.dns', 'linkcheck.dns.rdtypes',
|
||||
'linkcheck.dns.rdtypes.ANY', 'linkcheck.dns.rdtypes.IN',
|
||||
'linkcheck.HtmlParser', 'linkcheck.tests',
|
||||
'linkcheck.ftests', ],
|
||||
'linkcheck.ftests', 'linkcheck.dns.tests', ],
|
||||
ext_modules = [Extension('linkcheck.HtmlParser.htmlsax',
|
||||
['linkcheck/HtmlParser/htmllex.c',
|
||||
'linkcheck/HtmlParser/htmlparse.c',
|
||||
|
|
|
|||
Loading…
Reference in a new issue