tests: Increase debugging for daemon tests

This commit is contained in:
Marco Trevisan (Treviño)
2020-01-30 18:16:29 +01:00
committed by Bastien Nocera
parent 0e2bf7e804
commit bebd3d2a98

View File

@ -14,6 +14,7 @@ foreach t: tests
],
env: [
'G_DEBUG=fatal-criticals',
'G_MESSAGES_DEBUG=all',
'FPRINT_BUILD_DIR=' + meson.build_root() / 'src',
'TOPSRCDIR=' + meson.source_root(),
],