test.sh 135 B

12345678910111213
  1. #!/bin/bash
  2. set -ex
  3. cargo build
  4. cargo build --manifest-path src/crt0/Cargo.toml
  5. cd openlibm
  6. make
  7. cd ..
  8. cd tests
  9. make clean
  10. make run