1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

run-tests: Dump a backtrace for crashed tests

It only makes sense to see what a crashed test was up to, so generate a
backtrace if we can find the coredump and read it.
This commit is contained in:
Ali Mohammad Pur 2022-01-26 23:16:36 +03:30 committed by Linus Groh
parent 1c121d7488
commit 58ed00f633
2 changed files with 30 additions and 2 deletions

View file

@ -152,7 +152,7 @@ target_link_libraries(pwd LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(rm LibMain)
target_link_libraries(rmdir LibMain)
target_link_libraries(run-tests LibRegex)
target_link_libraries(run-tests LibRegex LibCoredump)
target_link_libraries(shot LibGUI)
target_link_libraries(shuf LibMain)
target_link_libraries(sql LibLine LibSQL LibIPC)