tests: Use the workspace to unit test all the crates

Make all the crates members of the workspace so that "cargo test
--workspace" will find them all and test them with the features enabled
that we use.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-01-02 18:40:37 +00:00
committed by Sebastien Boeuf
parent b6f6772df4
commit 134bcd84e6
2 changed files with 17 additions and 12 deletions

View File

@@ -48,5 +48,20 @@ integration_tests = []
[workspace]
members = [
"arch",
"devices",
"vhost_rs",
"qcow",
"pci",
"vmm",
"vm-virtio",
"vm-device",
"vhost_user_backend",
"vhost_user_fs",
"vfio",
"net_util",
"acpi_tables",
"arch_gen",
"net_gen",
"vm-allocator",
]