| 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 |