Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .travis/travis-script.sh

Issue 29721753: Issue 6180 - use ABP_TEXT everywhere in order to let String be a UTF-8 string (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@adb2678354813ce5b6de095072954c5a784a7bc4
Patch Set: rebase Created March 15, 2018, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiled/ElemHide.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis/travis-script.sh
diff --git a/.travis/travis-script.sh b/.travis/travis-script.sh
index 12e0d3df594a6812c260ba6bd9c482e0a7cccf1e..eddd8af639c41bef7c6deb187153fdabca4c66e2 100644
--- a/.travis/travis-script.sh
+++ b/.travis/travis-script.sh
@@ -23,3 +23,8 @@ CPPFLAGS=-DABP_USER_CONFIG='\"../test/compiled/user-config-test-namespace.h\"' \
meson -Dnative=true -Dasan=${USE_ASAN} --buildtype ${BUILDTYPE} build/native-test-namespace
ninja -C build/native-test-namespace
./build/native-test-namespace/abptest
+
+CPPFLAGS=-DABP_USER_CONFIG='\"../test/compiled/user-config-test-abp-utf8-string.h\"' \
+meson -Dnative=true -Dasan=${USE_ASAN} --buildtype ${BUILDTYPE} build/native-test-utf8-string
+ninja -C build/native-test-utf8-string
+./build/native-test-utf8-string/abptest
« no previous file with comments | « no previous file | compiled/ElemHide.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld