diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-26 13:47:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-05 16:17:50 -0400 |
commit | 884ae485f6b0bb73b23cf246cc4cc2e0615b54c0 (patch) | |
tree | 76e5d80d8991a2c686c0e0608a90c446347e931f /Makefile.am | |
parent | bc4ddbf4aced574c6729220a924a38bfe1b0b63e (diff) | |
download | tor-884ae485f6b0bb73b23cf246cc4cc2e0615b54c0.tar.gz tor-884ae485f6b0bb73b23cf246cc4cc2e0615b54c0.zip |
Add new practracker test files to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d3cce3934d..dd5bf904b2 100644 --- 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 |