asterinas/osdk/tests/integration.rs
2024-04-25 09:44:46 +08:00

11 lines
306 B
Rust

// SPDX-License-Identifier: MPL-2.0
//! This module contains tests that invokes the `osdk` binary and checks the output.
//! Please be sure the the `osdk` binary is built and available in the `target/debug`
//! directory before running these tests.
mod cli;
mod commands;
mod examples_in_book;
mod util;