diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 | ||||
-rw-r--r-- | test_util/src/test_server.rs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 456a2ec80..cf450e360 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -1,3 +1,5 @@ +# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + [package] name = "test_util" version = "0.1.0" diff --git a/test_util/src/test_server.rs b/test_util/src/test_server.rs index ed958a94a..dfff24e2c 100644 --- a/test_util/src/test_server.rs +++ b/test_util/src/test_server.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + fn main() { test_util::run_all_servers(); } |