Azat Khuzhin
bd19a28ac4
test/tinytest_macros: add new one tt_nstr_op()
2016-04-21 02:15:08 +03:00
Nick Mathewson
8da5a1864c
Update to a more recent tinytest_macros.
...
This one has less of a tendency to suppress important type warnings.
2014-05-08 13:21:49 -04:00
Nick Mathewson
7a80476768
Update to the latest version of tinytest
...
This brings us up to tinytest 709a36ba63ff16d8
2014-03-06 18:09:00 -05:00
Nick Mathewson
6c81be746c
Synchronize with upstream tinytest
2012-02-13 17:49:17 -05:00
Nick Mathewson
e49e289129
Update copyright notices to 2012
2012-02-10 17:29:53 -05:00
Nick Mathewson
3c824bd334
Update copyright dates to 2011.
2011-10-24 13:18:09 -04:00
Nick Mathewson
ad923a11f1
Improvements to tinytest_macros.h
...
First, handle cases where we have %s in a tt_want or tt_assert.
Second, add tt_want_*_op that do a tt_*_op test, but do not exit the
test on failure.
We should push these upstream to tinytest some time.
2010-10-19 12:33:50 -04:00
Nick Mathewson
f0bd83ea88
Bump to the latest version of tinytest
...
This lets us do without libevent-specific code in tinytest.c, and
lets us add a feature to skip individual tests from the command
line.
2010-09-09 16:13:09 -04:00
Nick Mathewson
2c2618d858
more whitespace normalization
2010-03-05 13:00:15 -05:00
Nick Mathewson
17efc1cdfa
Update all our copyright notices to say "2010"
2010-03-04 01:38:48 -05:00
Nick Mathewson
e5bbd40ad7
Clean up formatting: use tabs, not 8-spaces, to indent.
2010-02-18 17:44:09 -05:00
Nick Mathewson
d6f2e19924
Unit tests for bufferevent_get(fd|_underlying)
...
svn:r1351
2009-07-17 18:38:46 +00:00
Nick Mathewson
d866f05585
Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_abort_printf
...
svn:r1340
2009-07-13 20:03:00 +00:00
Nick Mathewson
e6ba208ba3
Tinytest update: mostly just to allow test skipping.
...
svn:r1080
2009-01-31 07:32:00 +00:00
Nick Mathewson
a8203b3490
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
2009-01-29 23:19:57 +00:00