[tor-commits] [tor/master] Distribute practracker unit and integration tests.

asn at torproject.org asn at torproject.org
Tue Aug 6 11:52:53 UTC 2019


commit 30da1b61c66794fa3b321573ef7b871081cf8eff
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Aug 1 13:59:26 2019 -0400

    Distribute practracker unit and integration tests.
---
 Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 9d3fd97f6..4199ae83c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -171,7 +171,17 @@ EXTRA_DIST+= \
 	scripts/maint/practracker/exceptions.txt	\
 	scripts/maint/practracker/metrics.py		\
 	scripts/maint/practracker/practracker.py	\
+	scripts/maint/practracker/practracker_tests.py	\
 	scripts/maint/practracker/problem.py		\
+	scripts/maint/practracker/testdata/a.c		\
+	scripts/maint/practracker/testdata/b.c 		\
+	scripts/maint/practracker/testdata/ex0-expected.txt \
+	scripts/maint/practracker/testdata/ex0.txt 	\
+	scripts/maint/practracker/testdata/ex1-expected.txt \
+	scripts/maint/practracker/testdata/ex1.txt 	\
+	scripts/maint/practracker/testdata/ex.txt 	\
+	scripts/maint/practracker/testdata/not_c_file	\
+	scripts/maint/practracker/test_practracker.sh   \
 	scripts/maint/practracker/util.py
 
 ## This tells etags how to find mockable function definitions.





More information about the tor-commits mailing list