[test] Rename shaping/ to shape/

This commit is contained in:
Behdad Esfahbod 2021-08-11 18:43:21 -06:00
parent e4b33d9d36
commit e0d7060f80
983 changed files with 8 additions and 8 deletions

View File

@ -425,11 +425,11 @@ util/Makefile
test/Makefile
test/api/Makefile
test/fuzzing/Makefile
test/shaping/Makefile
test/shaping/data/Makefile
test/shaping/data/aots/Makefile
test/shaping/data/in-house/Makefile
test/shaping/data/text-rendering-tests/Makefile
test/shape/Makefile
test/shape/data/Makefile
test/shape/data/aots/Makefile
test/shape/data/in-house/Makefile
test/shape/data/text-rendering-tests/Makefile
test/subset/Makefile
test/subset/data/Makefile
test/subset/data/repack_tests/Makefile

View File

@ -2,7 +2,7 @@
NULL =
EXTRA_DIST =
SUBDIRS = api shaping fuzzing subset
SUBDIRS = api shape subset fuzzing
EXTRA_DIST += \
meson.build \

View File

@ -1,4 +1,4 @@
subdir('api')
subdir('fuzzing')
subdir('shaping')
subdir('shape')
subdir('subset')
subdir('fuzzing')

Some files were not shown because too many files have changed in this diff Show More