Files
RedBear-OS/test.sh
T
2018-03-11 21:20:56 -06:00

11 lines
166 B
Bash
Executable File

#!/bin/bash
set -ex
cargo build
cargo build --manifest-path src/crt0/Cargo.toml
CFLAGS=-fno-stack-protector make -C openlibm
make -C tests clean
make -C tests run