Copy the lrucache test from libzim.

- Adapt lrucache.cpp for rigth include path
  and use `kiwix::lru_cache` instead of `zim::lru_cache`.
- Add missing `#include <set>` in lrucache.h
This commit is contained in:
Matthieu Gautier
2022-05-24 16:16:40 +02:00
parent 0081b4d8e7
commit 2b38d2cf1b
3 changed files with 112 additions and 1 deletions

View File

@ -10,7 +10,8 @@ tests = [
'manager',
'name_mapper',
'opds_catalog',
'server_helper'
'server_helper',
'lrucache'
]
if build_machine.system() != 'windows'