1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

log config errors

This commit is contained in:
Falk Werner
2020-03-08 20:29:08 +01:00
parent 03dc713649
commit ad01f90bea
6 changed files with 183 additions and 69 deletions

View File

@@ -105,6 +105,7 @@ include(GoogleTest)
pkg_check_modules(GMOCK gmock)
add_executable(alltests
test/mock_logger.cc
test/test_config.cc
test/test_log.cc
)