This commit is contained in:
@@ -57,9 +57,10 @@ ptprnt_exe = executable(
|
||||
|
||||
### Unit tests
|
||||
|
||||
# GTest
|
||||
# GTest and GMock
|
||||
gtest_proj = subproject('gtest')
|
||||
gtest_dep = gtest_proj.get_variable('gtest_main_dep')
|
||||
gmock_dep = gtest_proj.get_variable('gmock_main_dep')
|
||||
if not gtest_dep.found()
|
||||
error('MESON_SKIP_TEST: gtest not installed.')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user