[package] name = "linux-hello-tests" version.workspace = true edition.workspace = true license.workspace = true [[test]] name = "camera_test" path = "../tests/camera_test.rs" [[test]] name = "detection_test" path = "../tests/detection_test.rs" [[test]] name = "cli_test" path = "../tests/cli_test.rs" [[test]] name = "phase2_auth_test" path = "../tests/integration/phase2_auth_test.rs" [[test]] name = "ipc_test" path = "../tests/integration/ipc_test.rs" [[test]] name = "phase3_security_test" path = "../tests/integration/phase3_security_test.rs" [dependencies] linux-hello-daemon = { path = "../linux-hello-daemon" } linux-hello-common = { path = "../linux-hello-common" } image.workspace = true serde_json.workspace = true tempfile = "3"