From d1950d8e5294ba016e3050442d578a18c46c97c4 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 1 Feb 2012 16:27:17 +0100 Subject: tests: do not run benchmarks by default in 'make check' `make check' is intended primarily for running functional tests. For the most part, it does not make sense to run benchmarks in the same test environment as the functional tests. Change-Id: I79f867fdab295bdbd4c4b3c785dfd7ede520022e Reviewed-by: Rohan McGovern --- tests/benchmarks/corelib/json/json.pro | 1 - tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/benchmarks/corelib/json/json.pro b/tests/benchmarks/corelib/json/json.pro index 14222b3fff..1694d61d94 100644 --- a/tests/benchmarks/corelib/json/json.pro +++ b/tests/benchmarks/corelib/json/json.pro @@ -1,6 +1,5 @@ TARGET = tst_bench_qtbinaryjson QT = core testlib CONFIG -= app_bundle -CONFIG += testcase SOURCES += tst_bench_qtbinaryjson.cpp diff --git a/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro b/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro index 0e6e830185..00b63f9863 100644 --- a/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro +++ b/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TARGET = tst_qalgorithms QT = core testlib SOURCES = tst_qalgorithms.cpp -- cgit v1.2.3