summaryrefslogtreecommitdiffstats
path: root/test/gl_video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-08 14:35:35 +0100
committerwm4 <wm4@nowhere>2019-11-08 20:34:07 +0100
commita6c8b4efa59628a755755c510aa9ee6db2728fb9 (patch)
tree2a5af32fad4748cae5504462ccb855682d950a1d /test/gl_video.c
parent98b38b04c9f771562cdf262c6fa49734a318f5ce (diff)
downloadmpv-a6c8b4efa59628a755755c510aa9ee6db2728fb9.tar.bz2
mpv-a6c8b4efa59628a755755c510aa9ee6db2728fb9.tar.xz
test: merge test_helpers.c and index.c
No need to keep them separate. Originally I thought index.c was only going to contain the list of tests, but that didn't happen.
Diffstat (limited to 'test/gl_video.c')
-rw-r--r--test/gl_video.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gl_video.c b/test/gl_video.c
index eb2288d8b4..556a81ac92 100644
--- a/test/gl_video.c
+++ b/test/gl_video.c
@@ -1,5 +1,4 @@
-#include "index.h"
-#include "test_helpers.h"
+#include "tests.h"
#include "video/out/gpu/video.h"
static void run(struct test_ctx *ctx)