summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
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" ),