tor/changes/crash_handler_in_tests
Nick Mathewson 9f9b19ed7b Initialize crash handler in unit tests
This way, we don't get locking failures when we hit an assertion in
the unit tests.  Also, we might find out about unit test bugs from
folks who can't do gdb.
2014-08-27 20:03:00 -04:00

4 lines
108 B
Plaintext

o Minor features:
- Enable the backtrace handler (where supported) when running the
unit tests.