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

split factory tests

This commit is contained in:
Falk Werner
2020-03-20 15:10:58 +01:00
parent bd4323e53b
commit 390acffe7b
9 changed files with 814 additions and 712 deletions

View File

@@ -127,7 +127,13 @@ add_executable(alltests
test/mock/libconfig.cc
test/mock/linux.cc
test/mock/server.cc
test/config/factory.cc
test/config/configfile.cc
test/config/configfile_version.cc
test/config/configfile_server.cc
test/config/configfile_auth.cc
test/config/configfile_filesystem.cc
test/config/configfile_log.cc
test/config/configfile_user.cc
test/config/config.cc
test/config/settings.cc
test/auth/factory.cc