1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 09:48:45 +10:00
collapseos/runtests.sh
Virgil Dupras d9db0a824e Make makefiles and shell scripts portable
It's no longer required to use `gmake` under OpenBSD and shell scripts
no longer require bash.
2019-12-09 09:45:22 -05:00

19 lines
200 B
Bash
Executable File

#/bin/sh -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