aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Remove WebSocket supportGravatar Aaron Jones2024-06-121-1/+0
* Add tests for valid_temp_timeGravatar Ed Kellett2022-03-061-0/+1
* Add tests for privsetsGravatar Ed Kellett2021-03-011-0/+1
* Add some tests for multilineGravatar Ed Kellett2020-11-121-0/+1
* tests: clean *.db, *.log•••Co-authored-by: Unit 193 <unit193@unit193.net> Gravatar Ed Kellett2020-11-101-0/+1
* Autogenerate tests/runtime/modulesGravatar Ed Kellett2020-11-091-0/+7
* tests: autogenerate TESTSGravatar Ed Kellett2020-11-091-0/+6
* tests: implicitly link *_util.c into every testGravatar Ed Kellett2020-11-091-15/+3
* Test chmode parsingGravatar Ed Kellett2020-11-081-0/+2
* Add (some failing) tests for mask matchingGravatar Ed Kellett2020-10-311-0/+2
* Add tests for parse_netmaskGravatar Ed Kellett2020-07-261-0/+2
* Run tests with ASan leak detection off•••The test environment is sufficiently weird that I don't think fixing these would be a good use of anyone's time Gravatar Ed Kellett2020-04-261-1/+1
* tests/Makefile.am: check-local: don't depend on extensions/*•••This breaks if a file in extensions/ doesn't get built due to conditional compilation, and the tests don't need anything under extensions/ anyway. Gravatar Aaron Jones2019-10-071-2/+1
* tests: Verify behaviour if services authenticates a user after SASL is abortedGravatar Simon Arlott2019-02-231-0/+2
* tests: add serv_connect1 (exit_unknown_client)•••Test serv_connect followed by exit_unknown_client. An outgoing connection should not delete an incoming connection that occurs during the connection attempt. Gravatar Simon Arlott2017-08-241-1/+3
* tests: add rb_dictionary1•••This doesn't do much because replacing existing elements isn't allowed. Gravatar Simon Arlott2017-08-061-0/+2
* ircd: send tags on every message•••Simplify linebuf by introducing fsnprint to manage a list of printfs. Add a msgbuf unparse cache for send functions that loop. Gravatar Simon Arlott2017-08-061-2/+0
* tests: add sendto_* test frameworkGravatar Simon Arlott2017-08-051-1/+11
* tests: add rb_snprintf_append, rb_snprintf_try_append testsGravatar Simon Arlott2017-07-301-0/+4
* tests: add rb_linebuf_put testsGravatar Simon Arlott2017-07-301-0/+2
* tests: add msgbuf_unparse testsGravatar Simon Arlott2017-07-291-0/+2
* tests: add substitution_parse testsGravatar Simon Arlott2017-07-291-1/+3
* tests: add msgbuf_parse testsGravatar Simon Arlott2017-07-291-1/+4
* tests: add C TAP harnessGravatar Simon Arlott2017-07-291-0/+17