From a6c8b4efa59628a755755c510aa9ee6db2728fb9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Nov 2019 14:35:35 +0100 Subject: 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. --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/main.c b/player/main.c index d2fb22668f..b6c9e1085d 100644 --- a/player/main.c +++ b/player/main.c @@ -56,7 +56,7 @@ #include "demux/demux.h" #include "misc/thread_tools.h" #include "sub/osd.h" -#include "test/index.h" +#include "test/tests.h" #include "video/out/vo.h" #include "core.h" -- cgit v1.2.3