aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check.c
Commit message (Collapse)AuthorAgeLines
* tests: Define a stub sighandler_shutdown_setup() to allow linkingdequis2015-10-30-0/+5
| | | | | | I'm sure that some day the tests will be useful, not just an annoyance. Some day.
* Reindent everything to K&R style with tabsIndent2015-02-20-15/+20
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix compiler warnings in testsuite/.Jelmer Vernooij2014-04-20-1/+1
|
* Make the unittests work *slightly* better with libevent. (Still won't workWilmer van der Gaast2010-07-29-0/+1
| | | | | | completely because events.h doesn't export a way to run a single event loop iteration.
* Fixing http_encode(): BitlBee now calls setlocale() (for nicknameWilmer van der Gaast2010-07-29-0/+2
| | | | | | | | | transliteration to work), which changes the behaviour of isalpha() (turns out it's not a simple macro). For HTTP-encoding, this sucks, especially when doing OAuth (which is very picky about the way HTTP encoding is done). This should fix problems some people were seeing with posting Twitter messages containing accents.
* "Fix up" unittests enough to at least compile. Never touched these duringWilmer van der Gaast2010-07-29-4/+0
| | | | | the ui-fix works.
* Added jabber_util unittests (buddy_add/_by_jid only ATM).Wilmer van der Gaast2008-06-22-0/+4
|
* Improved sasl_get_part() to deal with whitespace in challenge strings, asWilmer van der Gaast2008-02-16-0/+4
| | | | | described in RFC 2831 secion 7.1 (the #rule description). Closes bug #362.
* Adding test for arc.c so that I can now safely replace the RC4 code with aWilmer van der Gaast2007-10-07-0/+4
| | | | | (compatible) ArcFour implementation.
* Add tests for setJelmer Vernooij2007-01-21-0/+4
|
* Add testsuite for crypting.Jelmer Vernooij2007-01-21-0/+4
|
* Add unit testing for user codeJelmer Vernooij2007-01-21-0/+14
|
* Refactor the help code to take a filename rather than using the global struct.Jelmer Vernooij2006-12-24-0/+4
|
* Fix check for non-debug builds.Jelmer Vernooij2006-12-24-0/+2
|
* Some simple tests for irc_*()Jelmer Vernooij2006-12-06-0/+15
|
* Support arguments passed to tests/check to enable verbose logging or Jelmer Vernooij2006-12-06-3/+25
| | | | | to disable forking (for debugging purposes).
* Add tests for md5.Jelmer Vernooij2006-12-06-0/+18
|
* Add checks for nick functions as well, fix bug where nick lengths weren't Jelmer Vernooij2006-06-16-0/+15
| | | | | being honored.
* Add unit testing infrastructure.Jelmer Vernooij2006-06-16-0/+17