File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ROOT_ADD_GTEST(testMake_unique testMake_unique.cxx LIBRARIES Core)
8
8
ROOT_ADD_GTEST(testTypeTraits testTypeTraits.cxx LIBRARIES Core)
9
9
ROOT_ADD_GTEST(testNotFn testNotFn.cxx LIBRARIES Core)
10
10
ROOT_ADD_GTEST(testClassEdit testClassEdit.cxx LIBRARIES Core)
11
- ROOT_ADD_GTEST(testException testException.cxx LIBRARIES Core)
11
+ ROOT_ADD_GTEST(testException testException.cxx LIBRARIES Core GTest::gmock )
12
12
ROOT_ADD_GTEST(testLogger testLogger.cxx LIBRARIES Core)
13
13
ROOT_ADD_GTEST(testRRangeCast testRRangeCast.cxx LIBRARIES Core)
14
14
ROOT_ADD_GTEST(testStringUtils testStringUtils.cxx LIBRARIES Core)
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ROOT_ADD_GTEST(
26
26
27
27
LIBRARIES
28
28
Core
29
+ GTest::gmock
29
30
)
30
31
31
32
add_dependencies (TClingTest Cling RIO)
You can’t perform that action at this time.
0 commit comments