summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-08 17:56:19 +0200
committerBert Belder <bertbelder@gmail.com>2018-09-08 23:55:18 +0200
commit9b052ace09a47f14cd59eaf8734a5e6cb1b7e5b8 (patch)
tree0c942e863b655ed7b8ef1e8941b9d80e893e632d /tools/test.py
parent30b268dd7d8da498c15907470bc5d7b642664317 (diff)
tools/setup: replace generated args.gn unless handcrafted
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
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)