mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
tests: fix environment for running tests
These should not be in quotes so that we can build actual file paths from them.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
if get_option('enable_tests')
|
if get_option('enable_tests')
|
||||||
|
|
||||||
test_env = [
|
test_env = [
|
||||||
'G_TEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
||||||
'G_TEST_BUILDDIR="@0@"'.format(meson.current_build_dir()),
|
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
||||||
'G_DEBUG=gc-friendly',
|
'G_DEBUG=gc-friendly',
|
||||||
'GSETTINGS_BACKEND=memory',
|
'GSETTINGS_BACKEND=memory',
|
||||||
'MALLOC_CHECK_=2',
|
'MALLOC_CHECK_=2',
|
||||||
|
|||||||
Reference in New Issue
Block a user