aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-28 18:55:02 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-28 18:55:02 +0200
commit241f6e04dc9b5cbfc7503a544b16d7b5452f1acb (patch)
treeea87c413506aff0794250bb861b1005db5a8c2a6 /meson.build
parentAdd bookmarks toolbar (diff)
downloadsmolbote-241f6e04dc9b5cbfc7503a544b16d7b5452f1acb.tar.xz
Remove non-const BookmarkItem::icon
Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2e7ec72..5e10db7 100644
--- a/meson.build
+++ b/meson.build
@@ -101,6 +101,8 @@ poi_exe = executable(get_option('poi'),
install: true,
)
+test('poi-bookmarks: xbel', poi_exe, args: [ 'bookmarks', '-x', files('test/bookmarks.xbel'), '--export=stdout' ])
+
subdir(host_machine.system())
# cppcheck target