1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 09:58:44 +10:00
collapseos/runtests.sh
2019-12-31 13:07:05 -05:00

13 lines
195 B
Bash
Executable File

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