]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: build the crashing test binary outside of the test
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 9 Oct 2025 21:08:19 +0000 (23:08 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 11 Oct 2025 20:37:33 +0000 (22:37 +0200)
commit937f609b41b9e27eba69c5ddbab4df2232e5a37b
tree70c95da63bf732ac762889ff9d819eee4ce895d3
parenta35780d5d006c4ae401fbc46391afca2747eb5b0
test: build the crashing test binary outside of the test

So we don't have to pull in gcc and other stuff into it.

Also, make the test itself a bit more robust and debug-able.
src/test/meson.build
src/test/test-coredump-stacktrace.c [new file with mode: 0644]
test/units/TEST-87-AUX-UTILS-VM.coredump.sh