From 5afd5cfec7dc2c2338c6ffc7ffd89bd3e1ebb229 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Apr 2023 22:55:24 +0200 Subject: [PATCH] Add another gsk test --- testsuite/gsk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 5ae0fad5c5..a337eaa280 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -18,6 +18,7 @@ compare_render_tests = [ 'blend-invisible-child', 'blend-normal', 'border-bottom-right', + 'border-one-rounded', 'borders-rotated', 'borders-scaled', 'clip-coordinates-2d',