aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testtreemodel.h
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2019-05-21 13:39:00 +0200
committerChristian Stenger <[email protected]>2019-05-24 06:27:22 +0000
commitb86c05b96ac4e4d7b8af54035fb9350b7bd89142 (patch)
treef6dd7a1bf5b25c9ee428d990ea4fd85b9d7da90c /src/plugins/autotest/testtreemodel.h
parent5c6eb0a2bac1cf644cbccf200fc547668e0079ca (diff)
AutoTest: Add unit test for parsing boost tests
To execute them you need - beside the former prerequisites - either have boost installed installed at system level (UNIX) or you must specify BOOST_INCLUDE_DIR as environment variable otherwise the respective test will be skipped. Change-Id: I6bd8472e554132ab05e58b56e3ccbd5e9dffada9 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testtreemodel.h')
-rw-r--r--src/plugins/autotest/testtreemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/autotest/testtreemodel.h b/src/plugins/autotest/testtreemodel.h
index 2945765d473..e1f271d5bc3 100644
--- a/src/plugins/autotest/testtreemodel.h
+++ b/src/plugins/autotest/testtreemodel.h
@@ -70,6 +70,8 @@ public:
int dataTagsCount() const;
int gtestNamesCount() const;
QMultiMap<QString, int> gtestNamesAndSets() const;
+ int boostTestNamesCount() const;
+ QMultiMap<QString, int> boostTestSuitesAndTests() const;
#endif
void markAllForRemoval();