minor, fix lists sorting

This commit is contained in:
Ebrahim Byagowi 2020-06-12 01:38:16 +04:30
parent 973c47f6c9
commit 4e7cb7e2c4
4 changed files with 18 additions and 18 deletions

View File

@ -20,6 +20,7 @@ HB_BASE_sources = \
hb-algs.hh \
hb-array.hh \
hb-atomic.hh \
hb-bimap.hh \
hb-blob.cc \
hb-blob.hh \
hb-buffer-serialize.cc \
@ -47,7 +48,6 @@ HB_BASE_sources = \
hb-machinery.hh \
hb-map.cc \
hb-map.hh \
hb-bimap.hh \
hb-meta.hh \
hb-mutex.hh \
hb-null.hh \
@ -57,9 +57,9 @@ HB_BASE_sources = \
hb-open-file.hh \
hb-open-type.hh \
hb-ot-cff-common.hh \
hb-ot-cff1-std-str.hh \
hb-ot-cff1-table.cc \
hb-ot-cff1-table.hh \
hb-ot-cff1-std-str.hh \
hb-ot-cff2-table.cc \
hb-ot-cff2-table.hh \
hb-ot-cmap-table.hh \
@ -69,9 +69,9 @@ HB_BASE_sources = \
hb-ot-color-sbix-table.hh \
hb-ot-color-svg-table.hh \
hb-ot-color.cc \
hb-ot-face-table-list.hh \
hb-ot-face.cc \
hb-ot-face.hh \
hb-ot-face-table-list.hh \
hb-ot-font.cc \
hb-ot-gasp-table.hh \
hb-ot-glyf-table.hh \

View File

@ -19,6 +19,7 @@ hb_base_sources = [
'hb-algs.hh',
'hb-array.hh',
'hb-atomic.hh',
'hb-bimap.hh',
'hb-blob.cc',
'hb-blob.hh',
'hb-buffer-serialize.cc',
@ -46,7 +47,6 @@ hb_base_sources = [
'hb-machinery.hh',
'hb-map.cc',
'hb-map.hh',
'hb-bimap.hh',
'hb-meta.hh',
'hb-mutex.hh',
'hb-null.hh',
@ -56,9 +56,9 @@ hb_base_sources = [
'hb-open-file.hh',
'hb-open-type.hh',
'hb-ot-cff-common.hh',
'hb-ot-cff1-std-str.hh',
'hb-ot-cff1-table.cc',
'hb-ot-cff1-table.hh',
'hb-ot-cff1-std-str.hh',
'hb-ot-cff2-table.cc',
'hb-ot-cff2-table.hh',
'hb-ot-cmap-table.hh',
@ -68,9 +68,9 @@ hb_base_sources = [
'hb-ot-color-sbix-table.hh',
'hb-ot-color-svg-table.hh',
'hb-ot-color.cc',
'hb-ot-face-table-list.hh',
'hb-ot-face.cc',
'hb-ot-face.hh',
'hb-ot-face-table-list.hh',
'hb-ot-font.cc',
'hb-ot-gasp-table.hh',
'hb-ot-glyf-table.hh',

View File

@ -1,6 +1,6 @@
TESTS = \
tests/aat-trak.tests \
tests/aat-morx.tests \
tests/aat-trak.tests \
tests/arabic-fallback-shaping.tests \
tests/arabic-feature-order.tests \
tests/arabic-like-joining.tests \
@ -44,16 +44,16 @@ TESTS = \
tests/positioning-features.tests \
tests/rand.tests \
tests/rotation.tests \
tests/spaces.tests \
tests/simple.tests \
tests/sinhala.tests \
tests/spaces.tests \
tests/tibetan-contractions-1.tests \
tests/tibetan-contractions-2.tests \
tests/tibetan-vowels.tests \
tests/use.tests \
tests/use-indic3.tests \
tests/use-marchen.tests \
tests/use-syllable.tests \
tests/use.tests \
tests/variations-rvrn.tests \
tests/vertical.tests \
tests/zero-width-marks.tests \

View File

@ -1,15 +1,17 @@
TESTS = \
tests/basics.tests \
tests/full-font.tests \
tests/cbdt.tests \
tests/cff-full-font.tests \
tests/japanese.tests \
tests/cff-japanese.tests \
tests/cmap.tests \
tests/cmap14.tests \
tests/sbix.tests \
tests/colr.tests \
tests/cbdt.tests \
tests/layout.tests \
tests/full-font.tests \
tests/japanese.tests \
tests/layout.context.tests \
tests/layout.gdef-attachlist.tests \
tests/layout.gdef-varstore.tests \
tests/layout.gdef.tests \
tests/layout.gpos.tests \
tests/layout.gpos2.tests \
tests/layout.gpos3.tests \
@ -18,10 +20,8 @@ TESTS = \
tests/layout.gpos8.tests \
tests/layout.gsub3.tests \
tests/layout.gsub6.tests \
tests/layout.gdef.tests \
tests/layout.context.tests \
tests/layout.gdef-varstore.tests \
tests/layout.gdef-attachlist.tests \
tests/layout.tests \
tests/sbix.tests \
$(NULL)
XFAIL_TESTS = \