collapseos/runtests.sh

13 lines
195 B
Bash
Raw Normal View History

#/bin/sh -e
2019-10-30 18:59:47 -04:00
git submodule init
git submodule update
git clean -fxd
2019-12-31 13:07:05 -05:00
make -C tools/emul
make -C tests
2019-10-30 18:59:47 -04:00
# let's try again with an updated zasm
2019-12-31 13:07:05 -05:00
make -C tools/emul updatebootstrap all
make -C tests