forked from qt-creator/qt-creator
UnitTests: Fix dependencies
Change-Id: Ia5e3968aea4ae724f7554c2f7fa7223953236816 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Burak Hancerli <burak.hancerli@qt.io>
This commit is contained in:
@@ -3,7 +3,7 @@ add_qtc_library(TestMatchers OBJECT
|
|||||||
SKIP_AUTOMOC ON
|
SKIP_AUTOMOC ON
|
||||||
PUBLIC_INCLUDES ${CMAKE_CURRENT_LIST_DIR}
|
PUBLIC_INCLUDES ${CMAKE_CURRENT_LIST_DIR}
|
||||||
DEPENDS
|
DEPENDS
|
||||||
Googletest
|
Googletest Utils
|
||||||
SOURCES
|
SOURCES
|
||||||
dynamicastmatcherdiagnosticcontainer-matcher.h
|
dynamicastmatcherdiagnosticcontainer-matcher.h
|
||||||
unittest-matchers.h
|
unittest-matchers.h
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <gmock/gmock-matchers.h>
|
#include <gmock/gmock-matchers.h>
|
||||||
|
#include <gmock/gmock-more-matchers.h>
|
||||||
|
|
||||||
#include <utils/smallstringio.h>
|
#include <utils/smallstringio.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user