diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-22 13:49:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:24:43 -0400 |
commit | fa693118b1bbfaf9581fd0852d3e10da0230e3d3 (patch) | |
tree | e113ed292dee3c227ade74b3c32318b64722004e /src/test/Makefile.am | |
parent | 050545405ae1b510d31ddec574f378bbbb47864c (diff) | |
download | tor-fa693118b1bbfaf9581fd0852d3e10da0230e3d3.tar.gz tor-fa693118b1bbfaf9581fd0852d3e10da0230e3d3.zip |
Split directory tests into their own module.
(Also, clean up some whitespace.)
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index d907f55b55..d3fa28c90f 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -17,6 +17,7 @@ test_SOURCES = \ test.c \ test_addr.c \ test_crypto.c \ + test_dir.c \ test_containers.c \ test_util.c \ tinytest.c |