summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py5
1 files changed, 5 insertions, 0 deletions
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)