From cb30cee7a065a074394347f112451decc4847674 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 17 Jan 2020 20:25:44 +0200 Subject: Fix various gcc and clazy compile warnings --- test/firefox-bookmarks-json-parser/meson.build | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'test') diff --git a/test/firefox-bookmarks-json-parser/meson.build b/test/firefox-bookmarks-json-parser/meson.build index 1432e68..a3531dc 100644 --- a/test/firefox-bookmarks-json-parser/meson.build +++ b/test/firefox-bookmarks-json-parser/meson.build @@ -1,13 +1,5 @@ -e = executable('bookmarks-json-parser', +executable('bookmarks-json-parser', sources: [ 'main.cpp' ], dependencies: [ dep_qt5, dep_bookmarks ] ) -env = environment({ - 'NOGUI' : '1', - 'FILE' : 'bookmarks.json' -}) -test('Firefox bookmarks.json parser', e, - env: env, - workdir: meson.build_root() -) -- cgit v1.2.1