collapseos/runtests.sh

19 行
200 B
Bash
Raw 通常表示 履歴

#/bin/sh -e
2019-10-30 18:59:47 -04:00
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