1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

renamed test

This commit is contained in:
Falk Werner 2020-03-15 21:50:11 +01:00
parent 892dd6d177
commit f3743a6e01
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ pkg_check_modules(GMOCK gmock)
add_executable(alltests
test/mock_config_builder.cc
test/mock_logger.cc
test/test_config.cc
test/test_config_factory.cc
test/test_log.cc
)