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.
This commit is contained in:
teor
2019-11-16 21:44:44 +10:00
committed by Nick Mathewson
parent c7baacf4c0
commit 5ce45ac907
3 changed files with 15 additions and 6 deletions
+3
View File
@@ -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.