From 63a34599ffc274f7ff81151bc5ce74e0c8edff21 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Wed, 16 Jan 2008 14:52:19 -0500 Subject: run unittests and async_test.py as part of test-it.sh --- test/test-it.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'test') diff --git a/test/test-it.sh b/test/test-it.sh index f3fa827..72f3224 100755 --- a/test/test-it.sh +++ b/test/test-it.sh @@ -212,6 +212,18 @@ test_funcd() } +run_async_test() +{ + python async_test.py + +} + +run_unittests() +{ + nosetests -v -w unittest/ + +} + if [ "$BUILD" == "Y" ] ; then if [ "$BUILD_FROM_FRESH_CHECKOUT" == "Y" ] ; then check_out_code @@ -256,6 +268,10 @@ test_funcd pound_on_the_threads +run_unittests + +run_async_test + stop_the_func # see if funcd is running # see if certmaster is installed -- cgit