From ca0b33e9b1c5fb3bc12684c53bc2a1a22701a39d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 10 Mar 2015 18:19:32 +0100 Subject: build: disable tests by default Having them autodetect is a bad idea since it would link cmocka in the main mpv binary (which users don't want). --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 7c1ef590ba..152e4c382b 100644 --- a/wscript +++ b/wscript @@ -84,6 +84,7 @@ build_options = [ 'name': '--test', 'desc': 'test suite (using cmocka)', 'func': check_pkg_config('cmocka', '>= 0.4.1'), + 'default': 'disable', }, { 'name': '--clang-database', 'desc': 'generate a clang compilation database', -- cgit v1.2.3