diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-08-06 14:51:47 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-08-06 14:51:47 +0300 |
commit | d7afdb3b0fef4db30c9eb8cdad5890bfc241bb8d (patch) | |
tree | 3580fe81d8e383b1269c81cf582461923453b988 /Makefile.am | |
parent | 4ee65a6f877e841739f037ad27d2d588ce4e0c51 (diff) | |
parent | 1440c2cb340f904cafb402474b538725abdeb04f (diff) | |
download | tor-d7afdb3b0fef4db30c9eb8cdad5890bfc241bb8d.tar.gz tor-d7afdb3b0fef4db30c9eb8cdad5890bfc241bb8d.zip |
Merge branch 'tor-github/pr/1195'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 7ada42f9d0..bb5dee52e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,9 +167,22 @@ EXTRA_DIST+= \ README \ ReleaseNotes \ scripts/maint/checkIncludes.py \ - scripts/maint/checkSpace.pl \ - scripts/maint/practracker - + scripts/maint/checkSpace.pl \ + 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. AM_ETAGSFLAGS=--regex='{c}/MOCK_IMPL([^,]+,\W*\([a-zA-Z0-9_]+\)\W*,/\1/s' |