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

Unified Diff: meson.build

Issue 29685634: Noissue - Allow displaying String in tests (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Add utf8 conversion Created Feb. 1, 2018, 7:16 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 | « compiled/String.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: meson.build
===================================================================
--- a/meson.build
+++ b/meson.build
@@ -214,15 +214,15 @@
link_args: LINK_PARAMS)
gtest = static_library('gtest', files(join_paths(GTEST_DIR, 'src', 'gtest-all.cc')),
include_directories: [
include_directories(join_paths(GTEST_DIR, 'include'), is_system: true),
include_directories(GTEST_DIR)
],
cpp_args: GTEST_PARAMS)
abptest = executable('abptest', test_sources,
- cpp_args: ADDITIONAL_PARAMS + CORE_PARAMS,
+ cpp_args: ADDITIONAL_PARAMS + CORE_PARAMS + ['-DINSIDE_TESTS'],
include_directories: include_directories(join_paths(GTEST_DIR, 'include')),
link_args: LINK_PARAMS,
link_with: [ adblockpluscore, gtest ])
test('abptest', abptest)
endif
« no previous file with comments | « compiled/String.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld