From: Simon Ruderich Date: Thu, 8 Aug 2013 20:38:39 +0000 (+0200) Subject: tests/Makefile.am: Enable parallel and colored test runs. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2c9bfb8a78142ef895f9f30a1169690f89430f8e;hp=2c9bfb8a78142ef895f9f30a1169690f89430f8e;p=tlsproxy%2Ftlsproxy.git tests/Makefile.am: Enable parallel and colored test runs. Necessary for automake < 1.13. We can't run the tests in parallel and disable that, but this way all automake versions behave in the same way. ---