summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-06 13:44:16 +0100
committerwm4 <wm4@nowhere>2020-02-06 13:50:41 +0100
commit1293c40623bc718b0b1a238a86d681e1f0ee5278 (patch)
tree45a2177000f673846a867bcc2427eae4d7ee44a9 /wscript_build.py
parentcce7062a8a6b6a3b3666aea3ff86db879cba67b6 (diff)
downloadmpv-1293c40623bc718b0b1a238a86d681e1f0ee5278.tar.bz2
mpv-1293c40623bc718b0b1a238a86d681e1f0ee5278.tar.xz
test: add some path handling tests
Exhaustive tests would be nice, but I'm only adding a test for a function I'm going to change.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index bbce31dfea..488a81f57f 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -403,6 +403,7 @@ def build(ctx):
( "test/img_format.c", "tests" ),
( "test/json.c", "tests" ),
( "test/linked_list.c", "tests" ),
+ ( "test/paths.c", "tests" ),
( "test/scale_sws.c", "tests" ),
( "test/scale_test.c", "tests" ),
( "test/scale_zimg.c", "tests && zimg" ),