[test] Rename shaping/ to shape/
This commit is contained in:
parent
e4b33d9d36
commit
e0d7060f80
10
configure.ac
10
configure.ac
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
NULL =
|
||||
EXTRA_DIST =
|
||||
SUBDIRS = api shaping fuzzing subset
|
||||
SUBDIRS = api shape subset fuzzing
|
||||
|
||||
EXTRA_DIST += \
|
||||
meson.build \
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue