summaryrefslogtreecommitdiffstats
path: root/test/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.c')
-rw-r--r--test/tests.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tests.c b/test/tests.c
index 223ab4d34d..c13f75c06c 100644
--- a/test/tests.c
+++ b/test/tests.c
@@ -9,6 +9,10 @@ static const struct unittest *unittests[] = {
&test_img_format,
&test_json,
&test_linked_list,
+ &test_repack_sws,
+#if HAVE_ZIMG
+ &test_repack_zimg,
+#endif
NULL
};