diff options
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test.py b/tools/test.py index 5344e7b62..75886874e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -6,6 +6,8 @@ import sys from check_output_test import check_output_test from util import executable_suffix, run, build_path from util_test import util_test +import subprocess +import http_server def check_exists(filename): @@ -24,6 +26,8 @@ def main(argv): print "Usage: tools/test.py [build_dir]" sys.exit(1) + http_server.spawn() + # Internal tools testing util_test() |