tests: do not run benchmarks by default in 'make check'
authorSergio Ahumada <sergio.ahumada@nokia.com>
Sun, 23 Oct 2011 08:28:53 +0000 (10:28 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 24 Oct 2011 07:36:58 +0000 (09:36 +0200)
`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: I33b2cf1e833fc6b1d0b3525018945148ba2d3492
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/benchmarks/corelib/tools/qlist/qlist.pro

index 902e72e..d9ea717 100644 (file)
@@ -1,4 +1,8 @@
 load(qttest_p4)
+
+# do not run benchmarks by default in 'make check'
+CONFIG -= testcase
+
 TARGET = tst_qlist
 QT = core