This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-12-19 17:43:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
72490ef956
coreutils
/
tests
/
test_ls.rs
8 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Adding tests for ls. Corrected issue with ls on the present directory throwing panic!()
2016-03-25 21:25:52 +00:00
use
common
::
util
::
*
;
#[
test
]
fn
test_ls_ls
(
)
{
tests: remove helper function boilerplate via macros
2016-08-23 11:52:43 +00:00
new_ucmd!
(
)
.
succeeds
(
)
;
tests: consolidate into one crate The main motivation is to move toward running those tests for a specific target, that is, if a test won't run on Windows, then we shouldn't build it. This was previously the default behavior and prevented a successful run on AppVeyor. I borrowed this pattern from the tests in the Cargo project.
2016-05-22 07:46:54 +00:00
}
Reference in a new issue
Copy permalink