aboutsummaryrefslogtreecommitdiff
path: root/kdebug
AgeCommit message (Collapse)Author
2020-12-07Make quicktest.sh work again with kernel testAndrew G. Morgan
It has been a while since I tried: make -C kdebug test A few details for quicktest.sh's dependencies have changed, so accommodate them. Also support custom local experiments in the QEMU session. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2016-02-07Clean up ambient support and add a smoke test for them.Andrew G. Morgan
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>