Add an integration test

This commit is contained in:
Aleksey Kladov 2018-09-01 20:21:11 +03:00
parent e8515fecd7
commit 541170420b
9 changed files with 266 additions and 16 deletions

View file

@ -21,7 +21,7 @@ extern crate im;
extern crate relative_path;
mod caps;
mod req;
pub mod req;
mod conv;
mod main_loop;
mod vfs;