Disable unit tests by default
authorSoeren Apel <soeren@apelpie.net>
Fri, 8 Jun 2018 07:09:09 +0000 (09:09 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 15 Jun 2018 19:41:42 +0000 (21:41 +0200)
commitb2d9be03f533ec9800b9b35447ab4502807eada5
treef8814bb01a9fc0134375e4132090f7994257e011
parent1931b5f932cf068d073bc798f11dd21ede5389a2
Disable unit tests by default

The rationale for this change is that except for developers, pretty
much everyone who builds from source does so because they want to
use the latest changes. However, only developers care about the results
of the unit tests, so this doubles the build time for users without
any real benefit.

Even worse, the unit tests are known to fail on several hosts for
reasons that are within the realm of the unit tests themselves, not
because of broken code. This confuses users and even prevents them
from installing PV for no good reason.

Since the unit tests do still run on Jenkins, there's little to no
coverage gap in my opinion.
CMakeLists.txt