summaryrefslogtreecommitdiffstats
path: root/test/tests.h
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.h
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.h')
-rw-r--r--test/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h
index 14e6f6ea63..f4065f596f 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -43,6 +43,7 @@ extern const struct unittest test_json;
extern const struct unittest test_linked_list;
extern const struct unittest test_repack_sws;
extern const struct unittest test_repack_zimg;
+extern const struct unittest test_paths;
#define assert_true(x) assert(x)
#define assert_false(x) assert(!(x))