Label refactoring
All checks were successful
Build ptprnt / build (push) Successful in 3m52s

This commit is contained in:
2025-10-15 18:34:22 +02:00
parent d12fc3acb5
commit f7661a813d
15 changed files with 898 additions and 84 deletions

View File

@@ -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