mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add "check-includes" to check-local.
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ doxygen:
|
||||
test: all
|
||||
$(top_builddir)/src/test/test
|
||||
|
||||
check-local: check-spaces check-changes
|
||||
check-local: check-spaces check-changes check-includes
|
||||
|
||||
need-chutney-path:
|
||||
@if test ! -d "$$CHUTNEY_PATH"; then \
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
o Minor features (code correctness, testing):
|
||||
- Tor's build process now includes a "check-includes" make target
|
||||
to verify that no module of Tor relies on any headers from a
|
||||
higher-level module. We hope to use this feature over time to
|
||||
help refactor our codebase. Closes ticket 26447.
|
||||
Reference in New Issue
Block a user