aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2019-01-09 19:38:58 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2019-01-09 19:38:58 +0100
commit3d2ae07c455c0e423c64f19e445518427a5684fa (patch)
tree58f6b47c3db33658a6f2e605fd021f08d1fa9964 /meson.build
parentAdd assorted unfished doc files to repo (diff)
downloadsmolbote-3d2ae07c455c0e423c64f19e445518427a5684fa.tar.xz
Rewrite lib/urlfilter
- Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 2 insertions, 4 deletions
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
-