Skip to content
Snippets Groups Projects
Commit 25c13dd3 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

tests: run doctests with the whole suite

When the line to run doctests was introduced, it looks like it was just
added to the wrong rule. Let's put it in the right one.
parent e3dab807
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
all: help
tests:
python -m doctest hggit/hg2git.py
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
test-%:
......@@ -13,7 +14,6 @@
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
test-%:
python -m doctest hggit/hg2git.py
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS) $@
tests-%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment