From fc11d2e872bfcfbd07b4f81114e0336d10650b84 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Tue, 9 Oct 2018 13:00:35 -0700 Subject: [core, test] Add BiDi unit test - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure) --- cmake/test-files.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/test-files.txt b/cmake/test-files.txt index a94004aa32..89283e2aea 100644 --- a/cmake/test-files.txt +++ b/cmake/test-files.txt @@ -109,6 +109,7 @@ test/src/mbgl/test/util.cpp test/src/mbgl/test/util.hpp # text +test/text/bidi.test.cpp test/text/cross_tile_symbol_index.test.cpp test/text/glyph_manager.test.cpp test/text/glyph_pbf.test.cpp -- cgit v1.2.1