stage0/Linux Bootstrap/test.sh

13 lines
197 B
Bash
Executable File

#!/bin/bash
# Build new
./bin/hex < hex0.hex |
sponge bin/trial && ./bin/exec_enable bin/trial
# Test compile
./bin/trial < hex0.hex |
sponge tmp/foo
# Check results
sha256sum bin/trial tmp/foo