summaryrefslogtreecommitdiffstats
path: root/perfparser.pro
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2016-12-21 18:10:22 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-03 15:23:48 +0000
commit01e3d73acea6e05d10b055cfffc41345eaab7806 (patch)
tree480023a8e73a79da935b78268040d8a3ac5c8503 /perfparser.pro
parentf37a00f83f831830cae7ae5abd2b859cb2a89cd1 (diff)
Add first auto test for the elfmap
This test simply checks that the non-overlapping mmap regions are handled correctly. Change-Id: I2e07e099aa331b3adf0a1b7bb6d3673d971a4b81 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'perfparser.pro')
-rw-r--r--perfparser.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/perfparser.pro b/perfparser.pro
index 95ec33e..5f4a3c9 100644
--- a/perfparser.pro
+++ b/perfparser.pro
@@ -1,7 +1,10 @@
TEMPLATE = subdirs
SUBDIRS = app
+!isEmpty(BUILD_TESTS):SUBDIRS += tests
+
!isEmpty(PERFPARSER_BUNDLED_ELFUTILS) {
SUBDIRS += 3rdparty/elfutils
app.depends = 3rdparty/elfutils
+ tests.depends = 3rdparty/elfutils
}