From 0e1bddff65bff6417d481f74b436144c4c81b06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 15 Feb 2023 22:50:25 +0100 Subject: [PATCH] tests: Fix build when running from inside the `tests` folder. --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 042f48b9c..af53c2987 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -9,7 +9,7 @@ version.workspace = true [dependencies] futures = "0.3.25" -ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug"] } +ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio"] } ruffle_render_wgpu = { path = "../render/wgpu" } ruffle_render = { path = "../render" } ruffle_input_format = { path = "input-format" }