stage0/Linux Bootstrap/test.sh

13 lines
197 B
Bash
Raw Normal View History

#!/bin/bash
# Build new
2016-05-01 17:20:42 +01:00
./bin/hex < hex0.hex |
sponge bin/trial && ./bin/exec_enable bin/trial
# Test compile
2016-05-01 17:20:42 +01:00
./bin/trial < hex0.hex |
sponge tmp/foo
# Check results
2016-05-01 17:20:42 +01:00
sha256sum bin/trial tmp/foo