mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-10 20:59:57 +02:00
31 lines
792 B
Rust
31 lines
792 B
Rust
#[path = "tests/access_policy.rs"]
|
|
mod access_policy_tests;
|
|
#[path = "tests/contact_polling.rs"]
|
|
mod contact_polling_tests;
|
|
#[path = "tests/contacts.rs"]
|
|
mod contacts_tests;
|
|
#[path = "tests/error.rs"]
|
|
mod error_tests;
|
|
#[path = "tests/filesystem.rs"]
|
|
mod filesystem_tests;
|
|
#[path = "tests/grant.rs"]
|
|
mod grant_tests;
|
|
#[path = "tests/handshake.rs"]
|
|
mod handshake_tests;
|
|
#[path = "tests/limits.rs"]
|
|
mod limits_tests;
|
|
#[path = "tests/network_config.rs"]
|
|
mod network_config_tests;
|
|
#[path = "tests/repository.rs"]
|
|
mod repository_tests;
|
|
#[path = "tests/runtime.rs"]
|
|
mod runtime_tests;
|
|
#[path = "tests/secret.rs"]
|
|
mod secret_tests;
|
|
#[path = "tests/secure_secret.rs"]
|
|
mod secure_secret_tests;
|
|
#[path = "tests/ticket.rs"]
|
|
mod ticket_tests;
|
|
#[path = "tests/transfer_state.rs"]
|
|
mod transfer_state_tests;
|