cfg: move tests to separate file

that way we don't have to re-check the entire project when a test is
changed
This commit is contained in:
Jonas Schievink 2020-10-23 12:14:58 +02:00
parent dab8870f5c
commit a246d4f599
4 changed files with 195 additions and 208 deletions

View file

@ -2,6 +2,8 @@
mod cfg_expr;
mod dnf;
#[cfg(test)]
mod tests;
use std::fmt;