summaryrefslogtreecommitdiffstats
path: root/test/chmap.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/chmap.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/chmap.c')
-rw-r--r--test/chmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/chmap.c b/test/chmap.c
index a489a7da61..91b1cf797f 100644
--- a/test/chmap.c
+++ b/test/chmap.c
@@ -1,7 +1,6 @@
#include "audio/chmap.h"
#include "audio/chmap_sel.h"
-#include "index.h"
-#include "test_helpers.h"
+#include "tests.h"
#define LAYOUTS(...) (char*[]){__VA_ARGS__, NULL}