1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

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.
This commit is contained in:
Joseph Crail 2016-05-22 03:46:54 -04:00
parent dfa8777540
commit 7ef4bb37a8
56 changed files with 128 additions and 207 deletions

View file

@ -192,3 +192,6 @@ tempdir="*"
[[bin]]
name = "uutils"
path = "src/uutils/uutils.rs"
[[test]]
name = "tests"