From 1293c40623bc718b0b1a238a86d681e1f0ee5278 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 6 Feb 2020 13:44:16 +0100 Subject: 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. --- test/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/tests.c') 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, -- cgit v1.2.3