Files
RedBear-OS/test.sh
T
Jeremy Soller 543526cb85 Move crt0 and platform into src folder
Add cargo fmt script
2018-03-06 19:55:11 -07:00

13 lines
123 B
Bash
Executable File

set -ex
cargo build
cargo build --manifest-path src/crt0/Cargo.toml
cd openlibm
make
cd ..
cd tests
make clean
make run