From c7d31a6cf9ed74a4f89a191439ac0cce0f2158bb Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Tue, 13 Apr 2021 01:25:04 +0100 Subject: [PATCH] update runner to new test runner --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 1c87848..1498278 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,4 +7,4 @@ target = "thumbv4t-none-eabi" [target.thumbv4t-none-eabi] rustflags = ["-Clink-arg=-Tgba.ld"] -runner = "mgba-test-runner" \ No newline at end of file +runner = "xvfb-run mgba-test-runner"