Hi Aaron, On Tue, Apr 08, 2025 at 01:34:28PM -0400, Aaron Merey wrote: > LGTM. The optional main function approach opens up a lot of > possibilities for testing static functions throughout all elfutils > libraries.
I hope to use the same mechanism to write some fuzzing wrappers so you don't have to create a whole valid ELF/Dwarf file. But that proved trickier than I thought. It does however seem pretty nice for these kind of tests. Cheers, Mark