forked from qt-creator/qt-creator
Provide plugin unit test for gtest code parsing
This test needs environment variable GOOGLETEST_DIR to point to an existing checkout of the googletest repository, or it will be skipped. Change-Id: I1e0ba250da84143b50f70589113ab6d6ea3a5b73 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
committed by
Niels Weber
parent
1abd193bb2
commit
02281ad429
@@ -64,6 +64,7 @@ public:
|
||||
int autoTestsCount() const;
|
||||
int namedQuickTestsCount() const;
|
||||
int unnamedQuickTestsCount() const;
|
||||
int gtestNamesAndSetsCount() const;
|
||||
#endif
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user