mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 15:55:38 +00:00
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
gdb -q -batch -return-child-result -ex "run" -ex "thread apply all bt" -ex "quit" --args ./boost_unit_tests
|