mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
11 lines
306 B
Rust
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;
|