mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 13:24:27 +01:00
build test-gdb improve a bit
This commit is contained in:
@@ -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!
|
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
|
./test-gdb --all-archs --all-emulators
|
||||||
....
|
....
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ while [ $# -gt 0 ]; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
./build-bench-boot --size "$test_size"
|
./build-bench-boot --size "$test_size"
|
||||||
./build test-gdb --all-archs
|
./build --all-archs test-gdb
|
||||||
|
|||||||
Reference in New Issue
Block a user