Skip to content

Commit 1b7daf7

Browse files
committed
Only compile stratis_min tests if min and engine features are enabled
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 71474a9 commit 1b7daf7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/stratisd_min.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// This Source Code Form is subject to the terms of the Mozilla Public
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
#![cfg(all(feature = "engine", feature = "min"))]
6+
47
use assert_cmd::prelude::{CommandCargoExt, OutputAssertExt};
58
use std::process::Command;
69
use std::{thread, time};

0 commit comments

Comments
 (0)