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 <rohan.mcgovern@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-02-01 16:27:17 +01:00 committed by Qt by Nokia
parent d30515104d
commit d1950d8e52
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
TARGET = tst_bench_qtbinaryjson
QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase
SOURCES += tst_bench_qtbinaryjson.cpp

View File

@ -1,4 +1,3 @@
CONFIG += testcase
TARGET = tst_qalgorithms
QT = core testlib
SOURCES = tst_qalgorithms.cpp