Merge branch 'rusty-tests' into 'master'
Convert test runner to rust See merge request redox-os/relibc!333
No related branches found
No related tags found
Showing
- Cargo.toml 1 addition, 1 deletionCargo.toml
- redoxer.sh 1 addition, 1 deletionredoxer.sh
- tests/.gitignore 1 addition, 2 deletionstests/.gitignore
- tests/Cargo.lock 5 additions, 0 deletionstests/Cargo.lock
- tests/Cargo.toml 9 additions, 0 deletionstests/Cargo.toml
- tests/Makefile 7 additions, 3 deletionstests/Makefile
- tests/src/main.rs 79 additions, 0 deletionstests/src/main.rs
- tests/verify.sh 0 additions, 63 deletionstests/verify.sh
... | ... | @@ -10,7 +10,7 @@ crate-type = ["staticlib"] |
[workspace] | ||
members = ["src/crt0", "src/crti", "src/crtn", "src/ld_so"] | ||
exclude = ["core_io", "ralloc"] | ||
exclude = ["core_io", "ralloc", "tests"] | ||
[build-dependencies] | ||
cbindgen = "0.13.2" | ||
... | ... |
tests/Cargo.lock
0 → 100644
tests/Cargo.toml
0 → 100644
tests/src/main.rs
0 → 100644
tests/verify.sh
deleted
100755 → 0
Please register or sign in to comment