autocommit 2022-05-01 17:32:46 CEST
This commit is contained in:
parent
e1d5bf0e5d
commit
cca3850800
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
#![cfg(feature = "it")]
|
|
||||||
|
|
||||||
use {
|
use {
|
||||||
crate::it::{test_backend::TestBackend, testrun::TestRun, tests::TestCase},
|
crate::it::{test_backend::TestBackend, testrun::TestRun, tests::TestCase},
|
||||||
ahash::AHashMap,
|
ahash::AHashMap,
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ mod forker;
|
||||||
mod format;
|
mod format;
|
||||||
mod globals;
|
mod globals;
|
||||||
mod ifs;
|
mod ifs;
|
||||||
|
#[cfg(feature = "it")]
|
||||||
mod it;
|
mod it;
|
||||||
mod libinput;
|
mod libinput;
|
||||||
mod logger;
|
mod logger;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue