diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-29 00:34:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-29 00:34:50 +0000 |
commit | 507b01357affd0b58ac0721a7b5001d38a600c6a (patch) | |
tree | 8fe707000aaff36b8c0023eeff193bf2d9c7e1f6 /Makefile.am | |
parent | 056d97da0c6c69aa2da9855675b6726f471b5f5a (diff) | |
download | tor-507b01357affd0b58ac0721a7b5001d38a600c6a.tar.gz tor-507b01357affd0b58ac0721a7b5001d38a600c6a.zip |
r17426@tombo: nickm | 2008-07-28 20:34:03 -0400
More test coverage for tor_addr_t; fix a couple of bugs.
svn:r16234
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6ded5cf32a..b6e559ef0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ test: check-spaces: ./contrib/checkSpace.pl -C \ src/common/*.h \ - src/common/[^asO]*.c \ + src/common/[^asO]*.c src/common/address.c \ src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h check-docs: |