diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-19 14:48:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 14:48:05 -0400 |
commit | 56ac638d93c96712d6c624e60dcfa4540d334b18 (patch) | |
tree | b3b5b985cc5be83545d8883207ee614f23627ef8 /cli/lib.rs | |
parent | 1b1ae65a4a2acd55ead86c17e388f10a0e08938d (diff) |
Remove test.py, use cargo test as test frontend (#2967)
Fixes #2933
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index ff8f02239..3f101b775 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -44,6 +44,7 @@ mod signal; pub mod source_maps; mod startup_data; pub mod state; +pub mod test_util; mod tokio_read; mod tokio_util; mod tokio_write; |