From 20ef920fc612513f3ac2a47508b7e72812e96355 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 10 Sep 2019 11:12:43 +0200 Subject: [PATCH] Add [package.metadata.bootimage] again Was accidentally removed when resolving a merge conflict. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11264676..849509cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,9 @@ panic = "abort" [profile.release] panic = "abort" +[package.metadata.bootimage] test-args = [ "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", "-display", "none" ] -test-success-exit-code = 33 # (0x10 << 1) | 1 \ No newline at end of file +test-success-exit-code = 33 # (0x10 << 1) | 1