Home
last modified time | relevance | path

Searched refs:test_env (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch55 test_env = environment()
56 -test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
57 -test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
58 -test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path())
60 + test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
61 + test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
62 + test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path())
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_progs.h62 struct test_env { struct
87 extern struct test_env env; argument
H A Dtest_sockmap.c121 struct test_env { struct
134 struct test_env env; argument
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcros_subprocess.py343 def test_env(self): member in TestSubprocess