Closed segeljakt closed 3 years ago
This changes the project layout from:
arc-script-core/ Cargo.toml tests/ trybuild/ insta/
into:
arc-script-core/ Cargo.toml arc-script-test-insta/ Cargo.toml src/ expect-pass/ expect-fail/ lib.rs arc-script-test-trybuild/ Cargo.toml src/ expect-pass/ expect-fail/ lib.rs
It should hopefully improve the compile times and also make it easier to add new tests without breaking stuff.
This changes the project layout from:
into:
It should hopefully improve the compile times and also make it easier to add new tests without breaking stuff.