]> git.ipfire.org Git - thirdparty/tor.git/commit
Split directory tests into their own module.
authorNick Mathewson <nickm@torproject.org>
Tue, 22 Sep 2009 17:49:09 +0000 (13:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2009 04:24:43 +0000 (00:24 -0400)
commitfa693118b1bbfaf9581fd0852d3e10da0230e3d3
treee113ed292dee3c227ade74b3c32318b64722004e
parent050545405ae1b510d31ddec574f378bbbb47864c
Split directory tests into their own module.

(Also, clean up some whitespace.)
src/test/Makefile.am
src/test/test.c
src/test/test_addr.c
src/test/test_dir.c [new file with mode: 0644]
src/test/test_util.c