From: John Marshall Date: Fri, 29 Mar 2019 09:13:25 +0000 (+0000) Subject: meson build: add new tests X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~120 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0562c0a3eb87d5369f1d805f8f37ddb650ccc877;p=babl.git meson build: add new tests --- diff --git a/tests/meson.build b/tests/meson.build index 46313c5..b4ca78c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,17 +1,19 @@ test_names = [ 'babl_class_name', + 'cairo_cmyk_hack', 'cairo-RGB24', 'chromaticities', 'extract', - 'float-to-8bit', 'floatclamp', + 'float-to-8bit', + 'format_with_space', 'grayscale_to_rgb', 'hsl', 'hsva', 'models', - 'n_components_cast', 'n_components', + 'n_components_cast', 'nop', 'palette', 'rgb_to_bgr',