mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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')
|
||||
|
||||
test_env = [
|
||||
'G_TEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
|
||||
'G_TEST_BUILDDIR="@0@"'.format(meson.current_build_dir()),
|
||||
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
||||
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
||||
'G_DEBUG=gc-friendly',
|
||||
'GSETTINGS_BACKEND=memory',
|
||||
'MALLOC_CHECK_=2',
|
||||
|
||||
Reference in New Issue
Block a user