tests: do not run benchmarks by default in 'make check'
authorSergio Ahumada <sergio.ahumada@nokia.com>
Wed, 1 Feb 2012 15:27:17 +0000 (16:27 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Feb 2012 08:27:25 +0000 (09:27 +0100)
`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 <rohan.mcgovern@nokia.com>
tests/benchmarks/corelib/json/json.pro
tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro

index 14222b3..1694d61 100644 (file)
@@ -1,6 +1,5 @@
 TARGET = tst_bench_qtbinaryjson
 QT = core testlib
 CONFIG -= app_bundle
-CONFIG += testcase
 
 SOURCES += tst_bench_qtbinaryjson.cpp