mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 09:04:44 +00:00
search in linkcheck dir for tests
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1574 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c28d8e264a
commit
3108f848ee
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -53,7 +53,6 @@ localbuild:
|
|||
$(PYTHON) setup.py build
|
||||
cp -f build/lib.linux-i686-2.3/linkcheck/HtmlParser/htmlsax.so linkcheck/HtmlParser
|
||||
|
||||
|
||||
# produce the .deb Debian package
|
||||
deb_local: cleandeb
|
||||
# standard for local use
|
||||
|
|
@ -85,7 +84,7 @@ homepage: files VERSION
|
|||
cp $(MD5SUMS) $(HTMLDIR)/
|
||||
|
||||
test:
|
||||
test/run.sh test.py --resource=network -fupv
|
||||
test/run.sh test.py --resource=network --search-in=linkcheck -fupv
|
||||
|
||||
coverage:
|
||||
test/run.sh test.py --coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue