summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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 /wscript_build.py
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 'wscript_build.py')
-rw-r--r--wscript_build.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 547d0968fe..ff0b0b746f 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -397,10 +397,9 @@ def build(ctx):
## Tests
( "test/chmap.c", "tests" ),
( "test/gl_video.c", "tests" ),
- ( "test/index.c", "tests" ),
( "test/json.c", "tests" ),
( "test/linked_list.c", "tests" ),
- ( "test/test_helpers.c", "tests" ),
+ ( "test/tests.c", "tests" ),
## Video
( "video/csputils.c" ),