aboutsummaryrefslogtreecommitdiff
path: root/kdebug/test-init.sh
AgeCommit message (Collapse)Author
2021-03-13Add some code to automatically exit the kernel testAndrew G. Morgan
I occasionally test libcap against a custom kernel using QEMU. Now I have a simple exit binary for exiting with status. From the top level, one can use: make ktest However, for more control: cd kdebug make test If you want to look around after the tests run: make shell Exit the shell & QEMU with ctrl-D (or exit). Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2016-02-06Add something to run libcap's quicktest tests against development kernel.Andrew G. Morgan
The kdebug directory requires qemu to run and expects the kernel to be compiled with the running architecture. My setup has the kernel sources as a peer to the libcap directory so kdebug assumes that too. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>