Skip to content
Snippets Groups Projects
Commit ce5de4d74a49 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

makefile: add utility target for invoking a single test

parent 0b34c3545235
No related branches found
No related tags found
1 merge request!57Unbreak default
......@@ -14,6 +14,9 @@
tests:
cd tests && $(HGPYTHON) run-tests.py --with-hg=$(HG) $(TESTFLAGS)
test-%:
@+$(MAKE) tests TESTFLAGS="$(strip $(TESTFLAGS) $@)"
release:
$(PYTHON) setup.py sdist
......
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