summaryrefslogtreecommitdiff
path: root/test/Makefile.in
AgeCommit message (Collapse)Author
2018-09-14tests: propagate CPPFLAGS into build invocationsPhil Pennock
With openssl installed by brew on macOS, OpenSSL headers are not in a normal place. I can fiddle with LDFLAGS/CPPFLAGS to get them available, but then the `./configure` step succeeds and build fails. Propagating the CPPFLAGS into the generated Makefile lets the build succeed and we get a `client-ssl` binary output.
2018-03-25DKIM: move ed25519_privkey_pem_to_pubkey_raw_b64 to src/util/ and add usage ↵Jeremy Harris
notes to docs
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-01-18Testsuite: Try harder to locate the toolsHeiko Schlittermann (HS12-RIPE)
2018-01-18Testsuite: Use cp+chmod instead of installHeiko Schlittermann (HS12-RIPE)
On Solaris, install doesn't seem to behave as expected. (Or, it has different installs and we call the wrong one)
2018-01-18Testsuite: Use more force to find postgresql binariesHeiko Schlittermann (HS12-RIPE)
2018-01-17Testsuite: interlock Postgres server startupJeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Community-mysql has no mysqld-safe script, and mysqld has varying locations.
2018-01-14Testsuite: wait for MySQL DB startup before inserting dataJeremy Harris
2018-01-03tidyingJeremy Harris
2018-01-03Testsuite: Better platform portability by searching for Postgres server ↵Jeremy Harris
binaries
2017-01-18214 spelling fixesJosh Soref
2016-11-24Testsuite: do not use VPATH and $<Heiko Schlittermann (HS12-RIPE)
It is not portable, was a GNU extension, available in GNU make only.
2016-11-21Testsuite: prepare shadow (vpath) buildsHeiko Schlittermann (HS12-RIPE)
2015-12-02Testsuite: Use the configure results in MakefileHeiko Schlittermann (HS12-RIPE)
2015-11-25Testsuite: fakens/inet_pton on solaris againHeiko Schlittermann (HS12-RIPE)
2013-11-20Fix testsuite build on SolarisJeremy Harris
As of s11, Solaris & derivatives need libsocket and libnsl. Ensure they are searched for by autoconfig. This seems to be successfully ignored on Linux. Credit to Dave Edmondson (dme@dme.org) for the fix.
2013-09-30Adjust test build link paths.Todd Lyons
Details at: http://comments.gmane.org/gmane.mail.exim.user/91154 Add ignore for a logfile from test run.
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2007-01-23Tidies to the test-suite infrastructure for compiling auxiliaryPhilip Hazel
programs.
2006-02-06CVS-ing the new test suite.Philip Hazel