summaryrefslogtreecommitdiffstats
path: root/test/tests.c
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 /test/tests.c
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 'test/tests.c')
-rw-r--r--test/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.c b/test/tests.c
index c13f75c06c..9ef88f4a8d 100644
--- a/test/tests.c
+++ b/test/tests.c
@@ -9,6 +9,7 @@ static const struct unittest *unittests[] = {
&test_img_format,
&test_json,
&test_linked_list,
+ &test_paths,
&test_repack_sws,
#if HAVE_ZIMG
&test_repack_zimg,