Commit 93880ce1 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make it possible to disable building and running tests

parent b612799a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -401,6 +401,7 @@ my @disablables = (
    "ssl-trace",
    "static-engine",
    "stdio",
    "tests",
    "threads",
    "tls",
    "ts",
+3 −0
Original line number Diff line number Diff line
@@ -412,6 +412,9 @@
                   the OpenSSL tests also use the command line applications the
                   tests will also be skipped.

  no-tests
                   Don't build test programs or run any test.

  no-threads
                   Don't try to build with support for multi-threaded
                   applications.