When python is available, run the commandline unit tests from "make check"

This commit is contained in:
Nick Mathewson
2013-10-11 13:05:58 -04:00
parent 0546edde66
commit 187398318e
3 changed files with 17 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- "make check" now runs extra tests beyond the unit test scripts if
Python is installed.