summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2009-05-282-0/+6
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-282-0/+6
| | | | | | | | | | is detected. This change is considered important but small enough to apply it directly to the stable version. [But it is a border case, the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary]
* improved parser test suiteRainer Gerhards2009-04-036-0/+18
| | | | new tests added, now much better
* improved test suite and added test for new output module interfaceRainer Gerhards2009-04-039-0/+47
The testbench has now a generic driver that can run a whole class of test suites just by providing a config file and test cases. This does not cover all testing needs, but a lot. We have now added one test for the new array-passing output plugin interface.