From 3ed9c1c9701098db17a2b791f9793e75a1947cc9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Nov 2019 14:21:40 +0100 Subject: test: just always provide a context for all entrypoints --- test/gl_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/gl_video.c') diff --git a/test/gl_video.c b/test/gl_video.c index dd866c955c..eb2288d8b4 100644 --- a/test/gl_video.c +++ b/test/gl_video.c @@ -2,7 +2,7 @@ #include "test_helpers.h" #include "video/out/gpu/video.h" -static void run(void) +static void run(struct test_ctx *ctx) { float x; @@ -26,5 +26,5 @@ static void run(void) const struct unittest test_gl_video = { .name = "gl_video", - .run_simple = run, + .run = run, }; -- cgit v1.2.3