Add first integration test

This commit is contained in:
Jonathan Turner
2019-06-02 15:37:09 +12:00
parent be5fd58cca
commit 040c3a5e9c
4 changed files with 65 additions and 0 deletions

View File

@ -17,6 +17,7 @@ mod parser;
mod prelude;
mod shell;
mod stream;
mod tests;
use clap::{App, Arg};
use log::LevelFilter;