summaryrefslogtreecommitdiff
path: root/crates/arti/tests/cli_tests/main.rs
blob: 26b55115fe580e0f7192bb7760fb6dafc6c1e058 (plain)
1
2
3
4
5
6
7
//! Arti integration test suite

#[cfg(feature = "hsc")]
mod hsc;
#[cfg(feature = "onion-service-cli-extra")]
mod keys;
mod runner;