X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;ds=sidebyside;f=nihav-core%2Fsrc%2Flib.rs;h=05b7ad92cd8f0e9bd88efbc7a46d9bb6434b6e19;hb=40e9529189ad00f3306baa873d6b2bbc46204957;hp=07c451e150004a94aa83212da02cceaa7331682c;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 07c451e..05b7ad9 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -13,5 +13,4 @@ pub mod detect; #[cfg(feature="dsp")] pub mod dsp; -#[cfg(test)] -mod test; +pub mod test;