collapseos/runtests.sh

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