From f29c40a43306ae23c848231ba71c94b12a8b06ee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 12 Feb 2019 15:22:43 -0500 Subject: Decouple ts_library_builder from std/testing (#1749) --- tools/test.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/test.py') diff --git a/tools/test.py b/tools/test.py index 51f31fbf4..9e43dca3e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -60,6 +60,11 @@ def main(argv): check_exists(deno_exe) # Internal tools testing + run([ + "node", "./node_modules/.bin/ts-node", "--project", + "tools/ts_library_builder/tsconfig.json", + "tools/ts_library_builder/test.ts" + ]) setup_test() util_test() benchmark_test(build_dir, deno_exe) -- cgit v1.2.3