build test-gdb improve a bit

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 7d8b9a69c2
commit a5790e0a39
2 changed files with 2 additions and 2 deletions

View File

@@ -11919,7 +11919,7 @@ Source: link:rootfs_overlay/test_all.sh[].
We have some link:https://github.com/pexpect/pexpect[pexpect] automated tests for the baremetal programs!
....
./build test-gdb && \
./build --all-archs test-gdb && \
./test-gdb --all-archs --all-emulators
....

View File

@@ -10,4 +10,4 @@ while [ $# -gt 0 ]; do
esac
done
./build-bench-boot --size "$test_size"
./build test-gdb --all-archs
./build --all-archs test-gdb