| Index: meson.build | 
| =================================================================== | 
| --- a/meson.build | 
| +++ b/meson.build | 
| @@ -201,16 +201,17 @@ | 
| LINK_PARAMS += '-lpthread' | 
| endif | 
|  | 
| test_sources = [ | 
| 'test/compiled/abptest.cpp', | 
| 'test/compiled/String.cpp', | 
| 'test/compiled/StringMap.cpp', | 
| 'test/compiled/RegExp.cpp', | 
| +    'test/compiled/Filter.cpp', | 
| ] | 
|  | 
| adblockpluscore = library('adblockpluscore', shared_sources, | 
| native_sources, | 
| cpp_args: ADDITIONAL_PARAMS + CORE_PARAMS, | 
| link_args: LINK_PARAMS) | 
| gtest = static_library('gtest', files(join_paths(GTEST_DIR, 'src', 'gtest-all.cc')), | 
| include_directories: [ | 
|  |