summaryrefslogtreecommitdiff
path: root/changes/python-tests
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-11 13:05:58 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-11 13:07:14 -0400
commit187398318ef9b8b66e0f19ef031a847e8824e1d1 (patch)
tree305cbca569bc9825240cd92e7f023315daa9db95 /changes/python-tests
parent0546edde66b3ca3dfbbd51f95b906d9e8f4f1459 (diff)
downloadtor-187398318ef9b8b66e0f19ef031a847e8824e1d1.tar.gz
tor-187398318ef9b8b66e0f19ef031a847e8824e1d1.zip
When python is available, run the commandline unit tests from "make check"
Diffstat (limited to 'changes/python-tests')
-rw-r--r--changes/python-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/python-tests b/changes/python-tests
new file mode 100644
index 0000000000..4373e31e6a
--- /dev/null
+++ b/changes/python-tests
@@ -0,0 +1,4 @@
+ o Minor features:
+ - "make check" now runs extra tests beyond the unit test scripts if
+ Python is installed.
+