fuzz: Place targets in alphabetical order

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-07-27 10:35:22 +01:00
parent a330c531b0
commit 57ee561c39

View File

@ -35,12 +35,6 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
[workspace]
members = ["."]
[[bin]]
name = "qcow"
path = "fuzz_targets/qcow.rs"
test = false
doc = false
[[bin]]
name = "block"
path = "fuzz_targets/block.rs"
@ -48,8 +42,14 @@ test = false
doc = false
[[bin]]
name = "vhdx"
path = "fuzz_targets/vhdx.rs"
name = "cmos"
path = "fuzz_targets/cmos.rs"
test = false
doc = false
[[bin]]
name = "qcow"
path = "fuzz_targets/qcow.rs"
test = false
doc = false
@ -59,9 +59,9 @@ path = "fuzz_targets/serial.rs"
test = false
doc = false
[[bin]]
name = "cmos"
path = "fuzz_targets/cmos.rs"
name = "vhdx"
path = "fuzz_targets/vhdx.rs"
test = false
doc = false