diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-11 13:05:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-11 13:07:14 -0400 |
commit | 187398318ef9b8b66e0f19ef031a847e8824e1d1 (patch) | |
tree | 305cbca569bc9825240cd92e7f023315daa9db95 /changes/python-tests | |
parent | 0546edde66b3ca3dfbbd51f95b906d9e8f4f1459 (diff) | |
download | tor-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-tests | 4 |
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. + |