collapseos/runtests.sh

21 lines
215 B
Bash
Raw Normal View History

2019-10-31 09:59:47 +11:00
#/usr/bin/env bash
set -e
git submodule init
git submodule update
git clean -fxd
cd tools/emul
make
cd ../tests
make
# let's try again with an updated zasm
cd ../emul
make updatebootstrap all
cd ../tests
make