Teach 'make tags' about MOCK_IMPL.

Patch from nherring; closes ticket 16869
This commit is contained in:
Nick Mathewson
2016-10-03 13:58:09 -04:00
parent 3b2f012e28
commit a49fb1e2e5
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (development tools, etags):
- Teach the "make tags" Makefile target how to correctly find
"MOCK_IMPL" function definitions. Patch from nherring; closes
ticket 16869.