summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/qdir')
-rw-r--r--tests/benchmarks/corelib/io/qdir/10000/10000.pro4
-rw-r--r--tests/benchmarks/corelib/io/qdir/tree/tree.pro4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/io/qdir/10000/10000.pro b/tests/benchmarks/corelib/io/qdir/10000/10000.pro
index 93b0992763..a42cc8f96f 100644
--- a/tests/benchmarks/corelib/io/qdir/10000/10000.pro
+++ b/tests/benchmarks/corelib/io/qdir/10000/10000.pro
@@ -1,4 +1,8 @@
load(qttest_p4)
+
+# do not run benchmarks by default in 'make check'
+CONFIG -= testcase
+
TEMPLATE = app
TARGET = bench_qdir_10000
DEPENDPATH += .
diff --git a/tests/benchmarks/corelib/io/qdir/tree/tree.pro b/tests/benchmarks/corelib/io/qdir/tree/tree.pro
index 773f0f7ccd..38b84cfa32 100644
--- a/tests/benchmarks/corelib/io/qdir/tree/tree.pro
+++ b/tests/benchmarks/corelib/io/qdir/tree/tree.pro
@@ -1,4 +1,8 @@
load(qttest_p4)
+
+# do not run benchmarks by default in 'make check'
+CONFIG -= testcase
+
TEMPLATE = app
TARGET = bench_qdir_tree
DEPENDPATH += .