mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 02:34:05 +02:00
meson: Use test setup environment instead of repeating it everywhere
This commit is contained in:
@@ -156,7 +156,7 @@ python_tests = {
|
||||
'codegen.py' : { 'can_fail' : host_system == 'freebsd' },
|
||||
}
|
||||
|
||||
test_env = environment(common_test_env)
|
||||
test_env = environment()
|
||||
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
test_env.set('GIO_MODULE_DIR', '')
|
||||
|
Reference in New Issue
Block a user