bare-test 0.0.2

A test framework for bare metal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "bare-test"

version = "0.0.2"

authors = ["Zhourui <zrufo747@outlook.com>"]

edition = "2021"

repository = "https://github.com/qclic/sparreal-os/tree/main/crates/bare-test"

license = "MPL-2.0"

description = "A test framework for bare metal."

keywords      = ["test", "case", "testing", "testcase", "unittest"]

categories    = ["development-tools", "development-tools::testing"]



[dependencies]

sparreal-rt = { version = "0.0.1", path = "../sparreal-rt", no-default-features = true }

log = { version = "0.4", features = ["max_level_error"] }