summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-12-07 16:20:05 +1300
committerRobert Collins <robertc@robertcollins.net>2010-12-07 16:20:05 +1300
commit627c3304d46993ac4cf456f0446b07fe9e5ee3a8 (patch)
tree5ea82574feb25b3805444e5e2bee9fc9aae398cd /Makefile
parent1f73791771a48b6b947ebf6330251eb13e30491a (diff)
downloadtestrepository-627c3304d46993ac4cf456f0446b07fe9e5ee3a8.tar.gz
Use parallel in self testing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f63a91..b05b894 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ all: README.txt check
./testr init
check: .testrepository
- ./testr run
+ ./testr run --parallel
check-xml:
python -m subunit.run testrepository.tests.test_suite | subunit2junitxml -o test.xml -f | subunit2pyunit