[subset] Add cmake build def for test-unicode-ranges.
This commit is contained in:
parent
f82f2a3e50
commit
f757757eda
|
@ -809,7 +809,7 @@ endif ()
|
||||||
|
|
||||||
## src/ executables
|
## src/ executables
|
||||||
if (NOT HB_DISABLE_TEST_PROGS)
|
if (NOT HB_DISABLE_TEST_PROGS)
|
||||||
foreach (prog main test test-would-substitute test-size-params test-buffer-serialize hb-ot-tag)
|
foreach (prog main test test-would-substitute test-size-params test-buffer-serialize hb-ot-tag test-unicode-ranges)
|
||||||
set (prog_name ${prog})
|
set (prog_name ${prog})
|
||||||
if (${prog_name} STREQUAL "test")
|
if (${prog_name} STREQUAL "test")
|
||||||
# test can not be used as a valid executable name on cmake, lets special case it
|
# test can not be used as a valid executable name on cmake, lets special case it
|
||||||
|
|
|
@ -389,7 +389,6 @@ test_ot_tag_CPPFLAGS = $(HBCFLAGS) -DMAIN
|
||||||
test_ot_tag_LDADD = libharfbuzz.la $(HBLIBS)
|
test_ot_tag_LDADD = libharfbuzz.la $(HBLIBS)
|
||||||
|
|
||||||
test_unicode_ranges_SOURCES = test-unicode-ranges.cc
|
test_unicode_ranges_SOURCES = test-unicode-ranges.cc
|
||||||
test_unicode_ranges_CPPFLAGS = $(HBCFLAGS) -DMAIN
|
|
||||||
test_unicode_ranges_LDADD = libharfbuzz.la $(HBLIBS)
|
test_unicode_ranges_LDADD = libharfbuzz.la $(HBLIBS)
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
|
|
Loading…
Reference in New Issue