summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/benchmark.prf
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-02-24 13:13:09 +0100
committerRobin Burchell <robin.burchell@viroteck.net>2016-03-02 21:24:54 +0000
commit76f6ceec36b33c55876ecd6691ff912a143b1899 (patch)
tree43d81984a1b5929abf24bfa84e568ff1722923e5 /mkspecs/features/benchmark.prf
parentafe3c30759d1bf9f52278d8dc40f85a93a1d963b (diff)
mkspecs: Add a benchmark "feature".
Testcases and benchmarks are rather different entities. You won't usually want to run benchmarks in the same environment you are wanting to run tests in, so this feature allows to differentiate between the two. We also add a "benchmark" make target (similar to check), which runs all configured benchmarks. Change-Id: I33759ce44c34e42a6a3a88f34e7b9c4372380721 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/benchmark.prf')
-rw-r--r--mkspecs/features/benchmark.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/benchmark.prf b/mkspecs/features/benchmark.prf
new file mode 100644
index 0000000000..bfae922700
--- /dev/null
+++ b/mkspecs/features/benchmark.prf
@@ -0,0 +1 @@
+load(testcase)