diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 14:02:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 14:05:33 -0400 |
commit | 999f7984e189250216fcd0bbbe1c4c8d1b0c380b (patch) | |
tree | cb4fe061d96917b9c42680955a207a9ac5b4acbe /src/lib/testsupport | |
parent | 8918bd90e9ddc135c0519177a07cd7a8c18859ed (diff) | |
download | tor-999f7984e189250216fcd0bbbe1c4c8d1b0c380b.tar.gz tor-999f7984e189250216fcd0bbbe1c4c8d1b0c380b.zip |
New script to check includes for modularity violations
Includes configuration files to enforce these rules on lib and
common. Of course, "common" *is* a modularity violation right now,
so these rules aren't as strict as I would like them to be.
Diffstat (limited to 'src/lib/testsupport')
-rw-r--r-- | src/lib/testsupport/.may_include | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/lib/testsupport/.may_include b/src/lib/testsupport/.may_include new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/src/lib/testsupport/.may_include |