From 3d2ae07c455c0e423c64f19e445518427a5684fa Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 9 Jan 2019 19:38:58 +0100 Subject: Rewrite lib/urlfilter - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter --- meson.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d903910..1d333ca 100644 --- a/meson.build +++ b/meson.build @@ -72,6 +72,8 @@ interfaces_moc = qt5.preprocess( dependencies: dep_qt5 ) +dep_gtest = dependency('gtest', required: get_option('testing')) + subdir('lib/about') subdir('lib/addressbar') subdir('lib/bookmarks') @@ -89,7 +91,3 @@ subdir('doc') subdir('plugins/ConfigurationEditor') subdir('plugins/ProfileEditor') -if get_option('testing').enabled() - subdir('test') -endif - -- cgit v1.2.1