Extracted LibraryServerTest into a file of its own

This commit is contained in:
Veloman Yunkan
2022-06-22 15:22:12 +04:00
parent e3e4bfa533
commit 0086049d4f
3 changed files with 714 additions and 706 deletions

View File

@ -17,6 +17,7 @@ tests = [
if build_machine.system() != 'windows'
tests += [
'server',
'library_server',
'server_search'
]
endif