1
0
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:
Falk Werner
2020-03-15 21:48:45 +01:00
parent 79fa1f6cbf
commit 892dd6d177
8 changed files with 331 additions and 133 deletions

View File

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