aboutsummaryrefslogtreecommitdiff
path: root/src/test/bt_test.py
Commit message (Collapse)AuthorAge
* Make the python test scripts work on python3Nick Mathewson2014-04-27
| | | | | | | The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha.
* Tests for backtrace.cNick Mathewson2013-11-18
These need to be a separate executable, since the point of backtrace.c is that it can crash and write stuff.