1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-26 20:10:20 +10:00
collapseos/runtests.sh
Virgil Dupras 9235fa9223 Add /tools/slatest
To update LATEST offset more easily. Will be useful for recipes.
2020-04-02 23:20:47 -04:00

13 lines
187 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 boot bin
make -C emul updatebootstrap all
make -C tests