meson: Don't set G_TEST_*
Those env variables aren't needed.
This commit is contained in:
@@ -23,8 +23,6 @@
|
|||||||
if get_option('tests')
|
if get_option('tests')
|
||||||
|
|
||||||
test_env = [
|
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',
|
'G_DEBUG=gc-friendly,fatal-warnings',
|
||||||
'GSETTINGS_BACKEND=memory',
|
'GSETTINGS_BACKEND=memory',
|
||||||
'PYTHONDONTWRITEBYTECODE=yes',
|
'PYTHONDONTWRITEBYTECODE=yes',
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ if get_option('tests')
|
|||||||
subdir('mock')
|
subdir('mock')
|
||||||
|
|
||||||
test_env = [
|
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',
|
'G_DEBUG=gc-friendly,fatal-warnings',
|
||||||
'GSETTINGS_BACKEND=memory',
|
'GSETTINGS_BACKEND=memory',
|
||||||
'PYTHONDONTWRITEBYTECODE=yes',
|
'PYTHONDONTWRITEBYTECODE=yes',
|
||||||
|
|||||||
Reference in New Issue
Block a user