Skip to content

Commit

Permalink
Add deno_core_http_bench_test to test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 14, 2019
1 parent 8411e48 commit 6352a67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/test.py
Expand Up @@ -90,6 +90,11 @@ def main(argv):
check_exists(deno_core_test)
run([deno_core_test])

deno_core_http_bench_test = os.path.join(
build_dir, "deno_core_http_bench_test" + executable_suffix)
check_exists(deno_core_http_bench_test)
run([deno_core_http_bench_test])

unit_tests(deno_exe)

prefetch_test(deno_exe)
Expand Down

0 comments on commit 6352a67

Please sign in to comment.