diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-02-13 17:28:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-02-13 17:29:31 -0500 |
commit | 3b47a11654e4a4fe4931cb7fdce08b75ac667be1 (patch) | |
tree | eccc454f77d54efed124310500e3341aedb45ba8 /changes | |
parent | 184a4552930d4f1363c10471e98a5ab819e94c83 (diff) | |
download | tor-3b47a11654e4a4fe4931cb7fdce08b75ac667be1.tar.gz tor-3b47a11654e4a4fe4931cb7fdce08b75ac667be1.zip |
Synchronize with upstream tinytest.
The big change here is a patch (first added to Libevent by Ed Day)
to make sure that the CreateProcess forked-test trick works even
when the main test program is invoked without its .exe suffix.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/tinytest_update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/tinytest_update b/changes/tinytest_update new file mode 100644 index 0000000000..069fc5a2b2 --- /dev/null +++ b/changes/tinytest_update @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Update to the latest version of the tinytest unit testing framework. + This includes a couple of bugfixes that can be relevant for running + forked unit tests on Windows. |