diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-03 13:11:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-03 13:11:58 -0500 |
commit | ec965ba98b8ad5b7aef8f5af68344c16e38ccd4d (patch) | |
tree | e485125b29df5836de37e79fc555791d13a60b70 /Makefile.am | |
parent | 2542a24b63f9d5c7dfd05932fc3b2f05cd720024 (diff) | |
download | tor-ec965ba98b8ad5b7aef8f5af68344c16e38ccd4d.tar.gz tor-ec965ba98b8ad5b7aef8f5af68344c16e38ccd4d.zip |
practracker: integration tests for --regen and --regen-overbroad
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 811694f0b6..ac61a990fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,6 +196,8 @@ EXTRA_DIST+= \ scripts/maint/practracker/testdata/ex1-expected.txt \ scripts/maint/practracker/testdata/ex1.txt \ scripts/maint/practracker/testdata/ex1-overbroad-expected.txt \ + scripts/maint/practracker/testdata/ex1-regen-expected.txt \ + scripts/maint/practracker/testdata/ex1-regen-overbroad-expected.txt \ scripts/maint/practracker/testdata/ex.txt \ scripts/maint/practracker/testdata/header.h \ scripts/maint/practracker/testdata/not_c_file \ |