We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cb3ac commit ee5b45bCopy full SHA for ee5b45b
meson.build
@@ -11,10 +11,6 @@ project(
11
],
12
)
13
14
-if get_option('debug')
15
- add_project_arguments('-DDEBUG_BUILD', language: 'c')
16
-endif
17
-
18
cc = meson.get_compiler('c')
19
20
cairo = dependency('cairo')
test/meson.build
@@ -40,5 +40,9 @@ test_prog = executable(
40
test(
41
'Run tests',
42
test_prog,
43
- env: environment({'TESTDIR': meson.current_source_dir()}),
+ args: ['-v'],
44
+ env: environment({
45
+ 'TESTDIR': meson.current_source_dir(),
46
+ 'DUNST_TEST_LOG': '1',
47
+ }),
48
0 commit comments