1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-26 12:40:21 +10:00
collapseos/runtests.sh
2019-12-31 13:34:24 -05:00

13 lines
183 B
Bash
Executable File

#/bin/sh -e
git submodule init
git submodule update
git clean -fxd
make -C emul
make -C tests
# let's try again with an updated zasm
make -C emul updatebootstrap all
make -C tests