aboutsummaryrefslogtreecommitdiff
path: root/tests/util/mod.rs
blob: 257586ec36fc8b36af5f16e02e345bad08599e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
pub static ADMIN_PASSWORD: &str = "12345678";
pub static USER_PASSWORD: &str = "123456";

#[cfg(feature = "test-no-device")]
pub type Target = nitrokey::Pro;

#[cfg(feature = "test-pro")]
pub type Target = nitrokey::Pro;

#[cfg(feature = "test-storage")]
pub type Target = nitrokey::Storage;