Files
asterinas/osdk/tests/bin.rs
2024-03-22 10:39:23 +08:00

12 lines
323 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 integration;
mod util;