collapseos/runtests.sh

19 lines
200 B
Bash
Raw Normal View History

#/bin/sh -e
2019-10-31 09:59:47 +11:00
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