mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +02:00
Link both gmock and gtest, not just gtest
GMock is not entirely header-only, we're finding.
This commit is contained in:
parent
212ba69e6f
commit
c817305411
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ fi
|
|||
AS_IF([test "$ENABLE_UNIT_TESTS" == "yes"],[
|
||||
|
||||
# Look for gtest.
|
||||
PKG_CHECK_MODULES([GTEST], [gtest_main])
|
||||
PKG_CHECK_MODULES([GTEST], [gtest_main gmock_main])
|
||||
|
||||
# Look for rapidcheck.
|
||||
PKG_CHECK_MODULES([RAPIDCHECK], [rapidcheck rapidcheck_gtest])
|
||||
|
|
Loading…
Add table
Reference in a new issue