]> granicus.if.org Git - libevent/commit
Refactor unit tests using my spiffy new "tinytest" framework.
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Jan 2009 23:19:57 +0000 (23:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Jan 2009 23:19:57 +0000 (23:19 +0000)
commita8203b3490b3ab6ee17460ddd32c0efb355fee02
treed01f90c8daf6d38bdac1a6b2339d58c13445e010
parent39c8dbe073bf13c9c08d8901465a0d7641119126
Refactor unit tests using my spiffy new "tinytest" framework.

The big win here is that we can get process-level isolation.

This has been tested to work okay on at least Linux and Win32.  Only
the tests in regress.c have been converted wrapped in the new wrapper
functions; the others are still on the old system.

svn:r1073
test/Makefile.am
test/regress.c
test/regress.h
test/regress_et.c
test/regress_main.c [new file with mode: 0644]
test/regress_util.c
test/tinytest.c [new file with mode: 0644]
test/tinytest.h [new file with mode: 0644]
test/tinytest_demo.c [new file with mode: 0644]
test/tinytest_macros.h [new file with mode: 0644]