tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 884ae485f6b0bb73b23cf246cc4cc2e0615b54c0
parent bc4ddbf4aced574c6729220a924a38bfe1b0b63e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Aug 2019 13:47:09 -0400

Add new practracker test files to Makefile.am

Diffstat:
MMakefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -174,6 +174,7 @@ EXTRA_DIST+= \ scripts/maint/practracker/practracker.py \ scripts/maint/practracker/practracker_tests.py \ scripts/maint/practracker/problem.py \ + scripts/maint/practracker/testdata/.may_include \ scripts/maint/practracker/testdata/a.c \ scripts/maint/practracker/testdata/b.c \ scripts/maint/practracker/testdata/ex0-expected.txt \ @@ -181,6 +182,7 @@ EXTRA_DIST+= \ scripts/maint/practracker/testdata/ex1-expected.txt \ scripts/maint/practracker/testdata/ex1.txt \ scripts/maint/practracker/testdata/ex.txt \ + scripts/maint/practracker/testdata/header.h \ scripts/maint/practracker/testdata/not_c_file \ scripts/maint/practracker/test_practracker.sh \ scripts/maint/practracker/util.py