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

Unified Diff: .travis/travis-script.sh

Issue 29721697: Noissue - fix support of namespace, external user-config.h and debug configuration (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@caf1800ce0342583de4c0320745f0fdb3b55bd01
Patch Set: get rid of the warning Created March 13, 2018, 6:17 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/Map.h » ('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 8a78c667c87a1fabcb3275bfa84f52fd0afe4016..12e0d3df594a6812c260ba6bd9c482e0a7cccf1e 100644
--- a/.travis/travis-script.sh
+++ b/.travis/travis-script.sh
@@ -18,3 +18,8 @@ fi
meson -Dnative=true -Dasan=${USE_ASAN} --buildtype ${BUILDTYPE} build/native
ninja -C build/native
./build/native/abptest
+
+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
« no previous file with comments | « no previous file | compiled/Map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld