aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-16 21:44:44 +1000
committerNick Mathewson <nickm@torproject.org>2019-12-04 12:15:22 -0500
commit5ce45ac90750ebe9a5d482eef0d9e4a6eb4fbb38 (patch)
tree60fff2f6aa98207336c38635312ac27a6462471a /changes
parentc7baacf4c0855728077e553a4685577b1344ac82 (diff)
downloadtor-5ce45ac90750ebe9a5d482eef0d9e4a6eb4fbb38.tar.gz
tor-5ce45ac90750ebe9a5d482eef0d9e4a6eb4fbb38.zip
Makefile/git scripts: Add the practracker unit tests
Add a check-practracker-unit-test target, and run it as part of "make check". Add the practracker unit tests to scripts/git/pre-commit.git-hook. Part of 32609.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket326093
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket32609 b/changes/ticket32609
new file mode 100644
index 0000000000..2fc3f733f5
--- /dev/null
+++ b/changes/ticket32609
@@ -0,0 +1,3 @@
+ o Testing:
+ - Run the practracker unit tests as part of "make check", and in the
+ pre-commit git hook. Closes ticket 32609.