1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-07 09:29:30 +00:00

meson: Don't set G_TEST_*

Those env variables aren't needed.
This commit is contained in:
Julian Sparber 2022-09-22 13:06:09 +02:00 committed by Evangelos Ribeiro Tzaras
parent 56821857b7
commit c821b03efc
2 changed files with 0 additions and 4 deletions

View file

@ -23,8 +23,6 @@
if get_option('tests')
test_env = [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'G_DEBUG=gc-friendly,fatal-warnings',
'GSETTINGS_BACKEND=memory',
'PYTHONDONTWRITEBYTECODE=yes',

View file

@ -3,8 +3,6 @@ if get_option('tests')
subdir('mock')
test_env = [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'G_DEBUG=gc-friendly,fatal-warnings',
'GSETTINGS_BACKEND=memory',
'PYTHONDONTWRITEBYTECODE=yes',