From d2c0fae4f657d01b692d04056f997c611b96299b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 26 Feb 2017 19:53:29 +0100 Subject: tests: somewhat support testing without openssl You will still get lots of test error, but at least the tests will run. --- test-without-openssl.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test-without-openssl.bash (limited to 'test-without-openssl.bash') diff --git a/test-without-openssl.bash b/test-without-openssl.bash new file mode 100755 index 0000000..645c6cd --- /dev/null +++ b/test-without-openssl.bash @@ -0,0 +1,5 @@ +#!/bin/bash -eu + +cd "$(dirname "$0")" + +./test.bash -tags without_openssl -- cgit v1.2.3