diff options
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test.py b/tools/test.py index 6e5cb548b..b8f49cf2b 100755 --- a/tools/test.py +++ b/tools/test.py @@ -4,6 +4,7 @@ import os import sys from check_output_test import check_output_test +from setup_test import setup_test from util import executable_suffix, run, build_path from unit_tests import unit_tests from util_test import util_test @@ -30,6 +31,7 @@ def main(argv): http_server.spawn() # Internal tools testing + setup_test() util_test() test_cc = os.path.join(build_dir, "test_cc" + executable_suffix) |