mirror of
https://github.com/nushell/nushell.git
synced 2024-12-18 21:21:52 +01:00
cc1b784e3d
* Add initial nu-test-support port * finish changing binary name * Oops, these aren't Windows-safe tests
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate nu_test_support;
|
|
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|