commit fdb140763097c67c9612c5e7090534330e89a68f Author: Sathyanarayanan Gunasekaran gsathya.ceg@gmail.com Date: Mon Jul 2 19:19:56 2012 +0530
Add exit policy test to run_tests --- run_tests.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/run_tests.py b/run_tests.py index cff77f8..96622e8 100755 --- a/run_tests.py +++ b/run_tests.py @@ -33,6 +33,7 @@ import test.unit.util.proc import test.unit.util.system import test.unit.util.tor_tools import test.unit.version +import test.unit.exit_policy import test.integ.connection.authentication import test.integ.connection.connect import test.integ.control.base_controller @@ -117,6 +118,7 @@ UNIT_TESTS = ( test.unit.response.protocolinfo.TestProtocolInfoResponse, test.unit.response.authchallenge.TestAuthChallengeResponse, test.unit.connection.authentication.TestAuthenticate, + test.unit.exit_policy.TestExitPolicy )
INTEG_TESTS = (
tor-commits@lists.torproject.org