Remove test-shape-complex
New shaping testsuite and framework coming.
This commit is contained in:
parent
ed459bfb63
commit
66aa080033
@ -49,12 +49,6 @@ test_c_CPPFLAGS += $(FREETYPE_CFLAGS)
|
||||
test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS)
|
||||
endif
|
||||
|
||||
if HAVE_FREETYPE
|
||||
TEST_PROGS += test-shape-complex
|
||||
test_shape_complex_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
|
||||
test_shape_complex_LDADD = $(LDADD) $(FREETYPE_LIBS)
|
||||
endif
|
||||
|
||||
|
||||
# Default test running environment
|
||||
TESTS = $(TEST_PROGS)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -35,6 +35,7 @@ def pretty_name (x):
|
||||
|
||||
def pretty_names (s):
|
||||
s = re.sub (r"[<+>\\uU]", " ", s)
|
||||
s = re.sub (r"0[xX]", " ", s)
|
||||
s = [unichr (int (x, 16)) for x in re.split ('[, \n]', s) if len (x)]
|
||||
return ' + '.join (pretty_name (x) for x in s)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user