From 9b052ace09a47f14cd59eaf8734a5e6cb1b7e5b8 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 8 Sep 2018 17:56:19 +0200 Subject: tools/setup: replace generated args.gn unless handcrafted --- tools/test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/test.py') 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) -- cgit v1.2.3