git mv test/server_{html_,}search.cpp

This commit is contained in:
Veloman Yunkan 2022-06-04 21:16:37 +04:00 committed by Matthieu Gautier
parent ed6aa5a89a
commit 0340a49780
2 changed files with 1 additions and 1 deletions

View File

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