mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
40e509044c
We currently have no test coverage for helpers. This is a problem, as they can be fairly complicated and are susceptible to breaking with new kernel versions. It's actually not too hard to test user-facing subsystems on the running kernel as long as we're root and have debug info for vmlinux, so let's add several tests for those. Specific data structures will be a little trickier to test, so for now I'm not covering those.
0 lines
Python
0 lines
Python