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

#[cfg(feature = "hsc")]
mod hsc;
mod runner;