1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 23:28:45 +10:00
collapseos/runtests.sh
Virgil Dupras 329219fa89 emul: copy libz80 directly into tree, pre-generated
libz80 doesn't move much anymore, there not much advantage to the
git module indirection.
2020-10-24 15:42:08 -04:00

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