tiny_os/.vscode/prepare_test.sh
2024-04-24 21:27:35 +08:00

3 lines
171 B
Bash
Executable File

#!/bin/bash
cargo xtask test --arch=riscv64 --dump 2>/dev/null | jq -r '[inputs] | map(select(has("executable")) | .executable) | last' | xargs -I{} cp {} target/test_exe