fish-shell/fish-rust/src/tests/mod.rs
Henrik Hørlück Berg 7b0f9fd5f8 Double the speed of cargo test, actually run test
- Parallelize the slow tests if possible.
- `test_convert_ascii` was missing a `#[test]` annotation
2023-07-08 11:05:55 -07:00

6 lines
73 B
Rust

#[cfg(test)]
mod common;
mod fd_monitor;
#[cfg(test)]
mod string_escape;