davea42 / libdwarf-code

Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
Other
173 stars 69 forks source link

make dwarfdump tests work under Meson #235

Closed judemille closed 8 months ago

judemille commented 8 months ago

the config file needs to be copied over. this adds that.

judemille commented 8 months ago

There was a dependency on dwarfdump.conf being in $HOME , but I like this approach you have added.

Oh, well I yanked it right from the CMake manifest.

davea42 commented 8 months ago

My dependency remark was incomplete. For a very long time the builds (except perhaps cmake) just ignored dwarfdump.conf. Including the meson build. Never bothered me because I put dwarfdump.conf in $HOME and it's not changed in a long time. So your pull is a good addition.