aboutsummaryrefslogtreecommitdiff
path: root/tests/syslog_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-061-19/+0
| | | | | | | 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
* Make the sys logger for so that concurrent logging will workErik Andersen2000-04-191-0/+19
properly (see tests/syslog_test.c for example). -Erik