diff --git a/Cargo.toml b/Cargo.toml index 0e1597db..53ba3feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,19 @@ pc-keyboard = "0.7.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