mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Begins work on dd
- Prototype code. - Adds project boilerplate for integration with coreutils framework.
This commit is contained in:
parent
4574b2b58d
commit
af6bf3a224
7 changed files with 168 additions and 0 deletions
7
tests/by-util/test_dd.rs
Normal file
7
tests/by-util/test_dd.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use crate::common::util::*;
|
||||
|
||||
#[test]
|
||||
fn fail_from_test_dd()
|
||||
{
|
||||
panic!()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue