mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -10,7 +10,8 @@ tests = [
|
||||
'manager',
|
||||
'name_mapper',
|
||||
'opds_catalog',
|
||||
'server_helper'
|
||||
'server_helper',
|
||||
'lrucache'
|
||||
]
|
||||
|
||||
if build_machine.system() != 'windows'
|
||||
|
Reference in New Issue
Block a user