mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Merge pull request #13610 from NixOS/mergify/bp/2.29-maintenance/pr-13304
Fix overriding gtest with gmock (backport #13304)
This commit is contained in:
commit
7b08e8d20e
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -47,3 +47,6 @@ result-*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
flake-regressions
|
flake-regressions
|
||||||
|
|
||||||
|
# direnv
|
||||||
|
.direnv/
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ deps_private += rapidcheck
|
||||||
gtest = dependency('gtest')
|
gtest = dependency('gtest')
|
||||||
deps_private += gtest
|
deps_private += gtest
|
||||||
|
|
||||||
gtest = dependency('gmock')
|
gmock = dependency('gmock')
|
||||||
deps_private += gtest
|
deps_private += gmock
|
||||||
|
|
||||||
configdata = configuration_data()
|
configdata = configuration_data()
|
||||||
configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue