tests: Make logging verbose
This commit is contained in:
parent
c23e8f3547
commit
8404f526b6
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ test_units = [
|
|||
]
|
||||
|
||||
includes = [top_inc, include_directories('../../panels/datetime')]
|
||||
env = [
|
||||
'G_MESSAGES_DEBUG=all',
|
||||
]
|
||||
cflags = [
|
||||
'-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
|
||||
'-DSRCDIR="@0@"'.format(meson.source_root() + '/panels/datetime')
|
||||
|
@ -21,6 +24,6 @@ foreach unit: test_units
|
|||
c_args : cflags
|
||||
)
|
||||
|
||||
test(unit, exe)
|
||||
test(unit, exe, env: env)
|
||||
endforeach
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue