3 lines
163 B
Bash
Executable file
3 lines
163 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
gdb -q -batch -return-child-result -ex "set disable-randomization off" -ex "run" -ex "thread apply all bt" -ex "quit" --args ./boost_unit_tests
|