[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Run checkIncludes.py from "make check-includes"



commit 946428d27382fdd0635d429229e7d30442cd977e
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Thu Jun 21 14:20:43 2018 -0400

    Run checkIncludes.py from "make check-includes"
---
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 4ccee670e..e0f827d29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,6 +100,7 @@ EXTRA_DIST+= \
 	Makefile.nmake					\
 	README						\
 	ReleaseNotes					\
+	scripts/maint/checkIncludes.py                  \
 	scripts/maint/checkSpace.pl
 
 ## This tells etags how to find mockable function definitions.
@@ -267,6 +268,11 @@ if USE_PERL
 		$(top_srcdir)/src/tools/*.[ch]
 endif
 
+check-includes:
+if USEPYTHON
+	$(top_srcdir)/scripts/maint/checkIncludes.py
+endif
+
 check-docs: all
 	$(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits