From: Sergio Ahumada Date: Sun, 23 Oct 2011 08:28:53 +0000 (+0200) Subject: tests: do not run benchmarks by default in 'make check' X-Git-Tag: qt-v5.0.0-alpha1~3086 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31d6ac13867957218fc9a974518b80e3e2d4742b;p=profile%2Fivi%2Fqtbase.git 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: I33b2cf1e833fc6b1d0b3525018945148ba2d3492 Reviewed-by: Rohan McGovern --- diff --git a/tests/benchmarks/corelib/tools/qlist/qlist.pro b/tests/benchmarks/corelib/tools/qlist/qlist.pro index 902e72e..d9ea717 100644 --- a/tests/benchmarks/corelib/tools/qlist/qlist.pro +++ b/tests/benchmarks/corelib/tools/qlist/qlist.pro @@ -1,4 +1,8 @@ load(qttest_p4) + +# do not run benchmarks by default in 'make check' +CONFIG -= testcase + TARGET = tst_qlist QT = core