polish testing a bit further

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent c64e96e575
commit 42ce64409b
8 changed files with 123 additions and 43 deletions

View File

@@ -11,5 +11,6 @@ while [ $# -gt 0 ]; do
done
./build --all-archs qemu-gem5-buildroot
if [ "$test_size" -ge 3 ]; then
./build --arch aarch64 all-linux
./build-gem5 --arch aarch64 --gem5-build-type debug
./build-gem5 --arch aarch64 --gem5-build-type fast
fi