mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-16 01:05:02 +01:00
move to separate crate
This commit is contained in:
parent
c9bdac41d8
commit
6b24aa05ec
8 changed files with 416 additions and 287 deletions
1
testsuite/src/bin/regression_checker.rs
Normal file
1
testsuite/src/bin/regression_checker.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
fn main() {}
|
||||
6
testsuite/src/bin/runtest.rs
Normal file
6
testsuite/src/bin/runtest.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[cfg(not(unix))]
|
||||
compile_error!("FIXME: This does not support windows yet. I am so sorry.");
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
testsuite::full_tests()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue