Move programs/system into runtime/

This commit is contained in:
Michael Vines
2019-03-12 07:48:22 -07:00
parent 7b35114c0f
commit 3d2b7dd1ef
10 changed files with 6 additions and 47 deletions

View File

@ -26,7 +26,7 @@ test-stable)
_ cargo build --all ${V:+--verbose}
_ cargo test --all ${V:+--verbose} -- --nocapture --test-threads=1
_ cargo test --manifest-path programs/system/Cargo.toml
_ cargo test --manifest-path runtime/Cargo.toml
;;
test-stable-perf)
echo "Executing $testName"
@ -69,7 +69,7 @@ test-stable-perf)
# Run root package library tests
_ cargo build --all ${V:+--verbose} --features="$ROOT_FEATURES"
_ cargo test --all --lib ${V:+--verbose} --features="$ROOT_FEATURES" -- --nocapture --test-threads=1
_ cargo test --manifest-path programs/system/Cargo.toml
_ cargo test --manifest-path runtime/Cargo.toml
# Run root package integration tests
for test in tests/*.rs; do