Add server interop tests

This commit is contained in:
Lucio Franco
2019-09-06 21:40:59 -04:00
parent 0c682536b8
commit f74bba6858
5 changed files with 86 additions and 10 deletions
+3 -1
View File
@@ -15,7 +15,9 @@
use proc_macro2::TokenStream;
use prost_build::Config;
use std::{io, path, path::Path, process::Command};
#[cfg(feature = "rustfmt")]
use std::process::Command;
use std::{io, path, path::Path};
mod client;
mod service;