Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
2493 commits behind the upstream repository.
  • SamwiseFilmore's avatar
    6ced871d
    ctype: tests and reorganize · 6ced871d
    SamwiseFilmore authored
    Wrote tests for the functions implemented in 40558b26 and maybe made that
    test a little more comprehensible.
    
    Also made sure that fmt.sh and test.sh were being executed by bash all
    the time (compatibility with other shells).
    6ced871d
    History
    ctype: tests and reorganize
    SamwiseFilmore authored
    Wrote tests for the functions implemented in 40558b26 and maybe made that
    test a little more comprehensible.
    
    Also made sure that fmt.sh and test.sh were being executed by bash all
    the time (compatibility with other shells).
test.sh 135 B
#!/bin/bash
set -ex

cargo build
cargo build --manifest-path src/crt0/Cargo.toml

cd openlibm
make
cd ..

cd tests
make clean
make run