v86/.travis-run-unit.sh
2017-05-01 13:49:40 -05:00

6 lines
164 B
Bash
Executable file

#!/usr/bin/env bash
set -e
make build/libv86.js
(cd tests/kvm-unit-tests && ./configure && make)
tests/kvm-unit-tests/run.js tests/kvm-unit-tests/x86/realmode.flat