summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Collapse)Author
2016-11-05Testsuite: use @ISA instead of 'parent'Heiko Schlittermann (HS12-RIPE)
Use parent is available on Perl >= 5.10.1, some old CentOS do not have it.
2016-11-04Testsuite: Add flavour detectionHeiko Schlittermann (HS12-RIPE)
2016-11-04Introduce EXIM_BUILD_SUFFIX for src/Makefile and testsuiteHeiko Schlittermann (HS12-RIPE)
This enables parallel builds in a shared directory, if they have the same os-type and arch-type. Think about EXIM_BUILD_SUFFIX as 'name of your linux distro'
2016-11-03Testsuite: Exim::Runtest uses parent ExporterHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: Add more tests to Exim::Runtest testsHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: Add POD to Exim::RuntestHeiko Schlittermann (HS12-RIPE)
2016-11-03Testsuite: move dynamic_socket to Exim::RuntestHeiko Schlittermann (HS12-RIPE)
2016-11-02Testsuite: find a group name if 'mail' is not available.Heiko Schlittermann (HS12-RIPE)
If the group 'mail' does not exist (as on some *BSD systems), test 0001 fails. We now use a randomly choosen group, if necessary. The group name isn't used for anything else than testing the config file parser.