diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:38:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:40:12 -0400 |
commit | f45e1fbd5b25735c75bed8767d9d50e279c4b63a (patch) | |
tree | ed755a43790fa2b93ee0f932e00fc81fc82197c4 /src/test/include.am | |
parent | abedd35de08f2a2bd91d9d17e2f3cfd3b42ba52a (diff) | |
download | tor-f45e1fbd5b25735c75bed8767d9d50e279c4b63a.tar.gz tor-f45e1fbd5b25735c75bed8767d9d50e279c4b63a.zip |
Start of a unit test for options_validate.
I added this so I could write a unit test for ServerTransportOptions,
but it incidentally exercises the succeed-on-defaults case of
options_validate too.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index d616067b85..62719091b8 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -27,6 +27,7 @@ src_test_test_SOURCES = \ src/test/test_dir.c \ src/test/test_introduce.c \ src/test/test_microdesc.c \ + src/test/test_options.c \ src/test/test_pt.c \ src/test/test_replay.c \ src/test/test_util.c \ |