Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-04 | Testsuite: honour the "build" environment variable | Heiko Schlittermann (HS12-RIPE) | |
2016-11-23 | Testsuite: fix warning | Heiko Schlittermann (HS12-RIPE) | |
2016-11-12 | Testsuite: Assume '' for missing VERSION_ID | Heiko Schlittermann (HS12-RIPE) | |
2016-11-05 | Testsuite: 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-04 | Testsuite: Add flavour detection | Heiko Schlittermann (HS12-RIPE) | |
2016-11-04 | Introduce EXIM_BUILD_SUFFIX for src/Makefile and testsuite | Heiko 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-03 | Testsuite: Exim::Runtest uses parent Exporter | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: Add more tests to Exim::Runtest tests | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: Add POD to Exim::Runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-03 | Testsuite: move dynamic_socket to Exim::Runtest | Heiko Schlittermann (HS12-RIPE) | |
2016-11-02 | Testsuite: 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. |