summaryrefslogtreecommitdiffstats
path: root/src/testlib/testlib.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-09 11:37:25 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-06 21:50:28 +0100
commit9d72259f943a3b31fa4e32aeb1c5a2de3d8ca611 (patch)
treebbe81012555fc1829592d66c186a2422321b60d0 /src/testlib/testlib.pro
parent24f059eed0be5b901bbb81ce921a942ca785fe1d (diff)
Add the skeleton Linux perf events counter for QtTest
Currently, it only prints "perf available" if you use the -perf option and perf is available. The implementation comes in the next commits. Change-Id: Ic6cdee70e21df25780799a4bc31ca2c2d923b9f8 Reviewed-by: Jason McDonald <macadder1@gmail.com>
Diffstat (limited to 'src/testlib/testlib.pro')
-rw-r--r--src/testlib/testlib.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index 8c6972f6a3..97301de151 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -16,6 +16,7 @@ HEADERS = qbenchmark.h \
qbenchmarkmeasurement_p.h \
qbenchmarkvalgrind_p.h \
qbenchmarkevent_p.h \
+ qbenchmarkperfevents_p.h \
qbenchmarkmetric_p.h \
qsignalspy.h \
qtestaccessible.h \
@@ -48,6 +49,7 @@ SOURCES = qtestcase.cpp \
qbenchmarkmeasurement.cpp \
qbenchmarkvalgrind.cpp \
qbenchmarkevent.cpp \
+ qbenchmarkperfevents.cpp \
qbenchmarkmetric.cpp \
qtestelement.cpp \
qtestelementattribute.cpp \