diff --git a/Cargo.toml b/Cargo.toml index a8184726..a4a52b79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,19 @@ uart_16550 = "0.2.0" version = "1.0" features = ["spin_no_std"] +[[bin]] +name = "blog_os" +test = false +bench = false + [package.metadata.bootimage] test-args = [ - "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", - "-display", "none" + "-device", + "isa-debug-exit,iobase=0xf4,iosize=0x04", + "-serial", + "stdio", + "-display", + "none", ] -test-success-exit-code = 33 # (0x10 << 1) | 1 +test-success-exit-code = 33 # (0x10 << 1) | 1