collapseos/runtests.sh

12 lines
169 B
Bash
Executable File

#!/bin/sh -e
git clean -fxd
make -C tests
# verify that forth.bin is stable
cp cvm/forth.bin ref.bin
make -C cvm updatebootstrap
cmp cvm/forth.bin ref.bin
rm ref.bin