mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
use builder to load config
This commit is contained in:
@@ -52,6 +52,7 @@ add_library(webfused-static STATIC
|
||||
src/webfused/daemon.c
|
||||
src/webfused/config/config.c
|
||||
src/webfused/config/factory.c
|
||||
src/webfused/config/builder.c
|
||||
src/webfused/log/logger.c
|
||||
)
|
||||
|
||||
@@ -105,6 +106,7 @@ include(GoogleTest)
|
||||
pkg_check_modules(GMOCK gmock)
|
||||
|
||||
add_executable(alltests
|
||||
test/mock_config_builder.cc
|
||||
test/mock_logger.cc
|
||||
test/test_config.cc
|
||||
test/test_log.cc
|
||||
|
||||
Reference in New Issue
Block a user