mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add test clause (currently not working)
This commit is contained in:
parent
fa92725782
commit
1b5736cc54
6
cook.sh
6
cook.sh
@ -50,6 +50,12 @@ function op {
|
||||
xargo build --target "$TARGET" --release $CARGOFLAGS
|
||||
popd > /dev/null
|
||||
;;
|
||||
test)
|
||||
pushd build > /dev/null
|
||||
cp -r "$ROOT/Xargo.toml" "$ROOT/libc-artifacts" .
|
||||
xargo test --no-run --target "$TARGET" --release $CARGOFLAGS
|
||||
popd > /dev/null
|
||||
;;
|
||||
clean)
|
||||
pushd build > /dev/null
|
||||
xargo clean
|
||||
|
||||
Loading…
Reference in New Issue
Block a user