]> git.ipfire.org Git - thirdparty/tor.git/commit
Start of a unit test for options_validate.
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 18:38:31 +0000 (14:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 18:40:12 +0000 (14:40 -0400)
commitf45e1fbd5b25735c75bed8767d9d50e279c4b63a
treeed755a43790fa2b93ee0f932e00fc81fc82197c4
parentabedd35de08f2a2bd91d9d17e2f3cfd3b42ba52a
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.
src/or/config.c
src/or/config.h
src/or/confparse.h
src/test/include.am
src/test/test.c
src/test/test_options.c [new file with mode: 0644]