mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 09:20:30 +00:00
Make test directory configurable with TESTS makefile var
This commit is contained in:
parent
3fb05f4f9b
commit
8944ef9f7c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -7,6 +7,7 @@ HOST=www.debian.org
|
|||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -C
|
||||
PYTHONSVN=/home/calvin/src/python-svn
|
||||
PY_FILES_DIRS=linkcheck tests *.py linkchecker gui cgi-bin config doc
|
||||
TESTS ?= tests/
|
||||
# build dir for debian package
|
||||
BUILDDIR=/home/calvin/packages/official
|
||||
DEB_ORIG_TARGET=$(BUILDDIR)/linkchecker_$(VERSION).orig.tar.gz
|
||||
|
|
@ -122,7 +123,7 @@ sign_distfiles:
|
|||
|
||||
.PHONY: test
|
||||
test: localbuild
|
||||
nosetests -m "^test_.*" tests/
|
||||
nosetests -m "^test_.*" $(TESTS)
|
||||
|
||||
.PHONY: pyflakes
|
||||
pyflakes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue