commit 30da1b61c66794fa3b321573ef7b871081cf8eff parent 49c696fb4683c46be8e957900b6a95f95e422a4e Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 1 Aug 2019 13:59:26 -0400 Distribute practracker unit and integration tests. Diffstat:
| M | Makefile.am | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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.