mirror of https://github.com/kiwix/libkiwix.git
Add a testing dummy version of xml search results.
`test/server_xml_search.cpp` is a plain copy of `test/server_html_search.cpp`
This commit is contained in:
parent
7cb98f7f4e
commit
9ec8593f8c
|
@ -17,7 +17,8 @@ tests = [
|
||||||
if build_machine.system() != 'windows'
|
if build_machine.system() != 'windows'
|
||||||
tests += [
|
tests += [
|
||||||
'server',
|
'server',
|
||||||
'server_html_search'
|
'server_html_search',
|
||||||
|
'server_xml_search'
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue