libkiwix/test
Veloman Yunkan 9bf6d0621f Introducing 1st real unit test of the server
Added a new unit test 'test/server.cpp'. The pre-existing unit test
test/kiwixserve.cpp tests kiwixlib indirectly by running the kiwix-serve
executable which may be built with another version of the library.

Included with this commit is the cpp-httplib C++ HTTP/HTTPS library
(https://github.com/yhirose/cpp-httplib, v0.5.11).
The new file test/httplib.h was copied from
https://raw.githubusercontent.com/yhirose/cpp-httplib/v0.5.11/httplib.h
2020-04-29 15:39:18 +04:00
..
data Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
book.cpp update book even if the members aren't empty 2020-01-27 17:50:44 +01:00
httplib.h Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Add the method get bookByPath in library. 2020-03-06 12:08:05 +01:00
manager.cpp Manager::addBookFromPathAndGetId unit test 2020-04-28 10:56:12 +02:00
meson.build Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
parseUrl.cpp Fix tests. 2020-01-20 17:00:18 +01:00
pathTools.cpp Fix tests. 2020-01-20 17:00:18 +01:00
regex.cpp Fix tests. 2020-01-20 17:00:18 +01:00
server.cpp Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
stringTools.cpp Fix tests. 2020-01-20 17:00:18 +01:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00