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:
calvin 2004-08-28 08:36:07 +00:00
parent c28d8e264a
commit 3108f848ee

View file

@ -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