[test] Move test files around
This commit is contained in:
parent
748b989a1f
commit
ebbee7c247
|
@ -19,7 +19,7 @@ please provide it as the first argument to the tool""")
|
||||||
print ('hb_fuzzer:', hb_fuzzer)
|
print ('hb_fuzzer:', hb_fuzzer)
|
||||||
fails = 0
|
fails = 0
|
||||||
|
|
||||||
for line in open (os.path.join (srcdir, "..", "shaping", "tests", "fuzzed.tests")):
|
for line in open (os.path.join (srcdir, "..", "shaping", "tests", "misc", "fuzzed.tests")):
|
||||||
font = line.split (":")[0]
|
font = line.split (":")[0]
|
||||||
|
|
||||||
p = subprocess.Popen (
|
p = subprocess.Popen (
|
||||||
|
|
|
@ -42,47 +42,47 @@ CLEANFILES += \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
TESTS = \
|
TESTS = \
|
||||||
tests/arabic-fallback-shaping.tests \
|
tests/misc/arabic-fallback-shaping.tests \
|
||||||
tests/arabic-feature-order.tests \
|
tests/misc/arabic-feature-order.tests \
|
||||||
tests/arabic-like-joining.tests \
|
tests/misc/arabic-like-joining.tests \
|
||||||
tests/arabic-mark-order.tests \
|
tests/misc/arabic-mark-order.tests \
|
||||||
tests/arabic-stch.tests \
|
tests/misc/arabic-stch.tests \
|
||||||
tests/automatic-fractions.tests \
|
tests/misc/automatic-fractions.tests \
|
||||||
tests/cluster.tests \
|
tests/misc/cluster.tests \
|
||||||
tests/color-fonts.tests \
|
tests/misc/color-fonts.tests \
|
||||||
tests/context-matching.tests \
|
tests/misc/context-matching.tests \
|
||||||
tests/cursive-positioning.tests \
|
tests/misc/cursive-positioning.tests \
|
||||||
tests/default-ignorables.tests \
|
tests/misc/default-ignorables.tests \
|
||||||
tests/emoji-flag-tags.tests \
|
tests/misc/emoji-flag-tags.tests \
|
||||||
tests/fallback-positioning.tests \
|
tests/misc/fallback-positioning.tests \
|
||||||
tests/fuzzed.tests \
|
tests/misc/fuzzed.tests \
|
||||||
tests/hangul-jamo.tests \
|
tests/misc/hangul-jamo.tests \
|
||||||
tests/hyphens.tests \
|
tests/misc/hyphens.tests \
|
||||||
tests/indic-consonant-with-stacker.tests \
|
tests/misc/indic-consonant-with-stacker.tests \
|
||||||
tests/indic-init.tests \
|
tests/misc/indic-init.tests \
|
||||||
tests/indic-joiner-candrabindu.tests \
|
tests/misc/indic-joiner-candrabindu.tests \
|
||||||
tests/indic-joiners.tests \
|
tests/misc/indic-joiners.tests \
|
||||||
tests/indic-old-spec.tests \
|
tests/misc/indic-old-spec.tests \
|
||||||
tests/indic-pref-blocking.tests \
|
tests/misc/indic-pref-blocking.tests \
|
||||||
tests/indic-script-extensions.tests \
|
tests/misc/indic-script-extensions.tests \
|
||||||
tests/indic-special-cases.tests \
|
tests/misc/indic-special-cases.tests \
|
||||||
tests/indic-syllable.tests \
|
tests/misc/indic-syllable.tests \
|
||||||
tests/language-tags.tests \
|
tests/misc/language-tags.tests \
|
||||||
tests/ligature-id.tests \
|
tests/misc/ligature-id.tests \
|
||||||
tests/mark-attachment.tests \
|
tests/misc/mark-attachment.tests \
|
||||||
tests/mark-filtering-sets.tests \
|
tests/misc/mark-filtering-sets.tests \
|
||||||
tests/mongolian-variation-selector.tests \
|
tests/misc/mongolian-variation-selector.tests \
|
||||||
tests/spaces.tests \
|
tests/misc/spaces.tests \
|
||||||
tests/simple.tests \
|
tests/misc/simple.tests \
|
||||||
tests/tibetan-contractions-1.tests \
|
tests/misc/tibetan-contractions-1.tests \
|
||||||
tests/tibetan-contractions-2.tests \
|
tests/misc/tibetan-contractions-2.tests \
|
||||||
tests/tibetan-vowels.tests \
|
tests/misc/tibetan-vowels.tests \
|
||||||
tests/use.tests \
|
tests/misc/use.tests \
|
||||||
tests/use-marchen.tests \
|
tests/misc/use-marchen.tests \
|
||||||
tests/use-syllable.tests \
|
tests/misc/use-syllable.tests \
|
||||||
tests/variations-rvrn.tests \
|
tests/misc/variations-rvrn.tests \
|
||||||
tests/vertical.tests \
|
tests/misc/vertical.tests \
|
||||||
tests/zero-width-marks.tests \
|
tests/misc/zero-width-marks.tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
TEST_EXTENSIONS = \
|
TEST_EXTENSIONS = \
|
||||||
|
|
Loading…
Reference in New Issue