mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
remove cargo
This commit is contained in:
parent
38d126a4b6
commit
d447ee6783
4 changed files with 24 additions and 980 deletions
11
tests/helper.rs
Normal file
11
tests/helper.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use anyhow::Result;
|
||||
|
||||
fn run_test(_: &str) -> Result<()> {
|
||||
let _ = tempfile::tempdir()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn smoke() {
|
||||
run_test("").unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue