test: Add some more tests

This commit is contained in:
Clément Renault
2018-10-28 14:24:04 +01:00
parent e68e6056c3
commit 34b43d4002
17 changed files with 1561 additions and 34 deletions

View File

@ -2,6 +2,11 @@
#[macro_use] extern crate lazy_static;
pub mod index;
pub mod pentium;
pub mod blob;
pub mod doc_indexes;
pub mod rank;
pub mod metadata;
pub mod vec_read_only;