diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-08 10:48:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-08 10:48:03 +0100 |
commit | 541ec6127a75c6094e152b51b7a020cefe170902 (patch) | |
tree | 1d1d098a0d1263cfb771d478e87a1990a2a3a379 /Makefile | |
parent | More detailed subpixel layout descriptions (diff) | |
download | libfonts-541ec6127a75c6094e152b51b7a020cefe170902.tar.gz libfonts-541ec6127a75c6094e152b51b7a020cefe170902.tar.bz2 libfonts-541ec6127a75c6094e152b51b7a020cefe170902.tar.xz |
Test and fix libfonts_calculate_subpixel_order
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ OBJ =\ libfonts_unget_subpixel_order_class.o TESTS =\ + libfonts_calculate_subpixel_order.test\ libfonts_get_subpixel_order_class.test\ libfonts_unget_subpixel_order_class.test |