test.sh 166 B

12345678910
  1. #!/bin/bash
  2. set -ex
  3. cargo build
  4. cargo build --manifest-path src/crt0/Cargo.toml
  5. CFLAGS=-fno-stack-protector make -C openlibm
  6. make -C tests clean
  7. make -C tests run