Home
last modified time | relevance | path

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

/openbmc/openbmc/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())
/openbmc/qemu/tests/functional/
H A Dmeson.build262 test_env = environment() variable
264 test_env.set('QEMU_TEST_QEMU_IMG', meson.global_build_root() / 'qemu-img')
267 test_env.set('QEMU_TEST_QEMU_BINARY', test_emulator.full_path())
268 test_env.set('QEMU_BUILD_ROOT', meson.project_build_root())
269 test_env.set('PYTHONPATH', meson.project_source_root() / 'python:' +
300 env: test_env,
/openbmc/qemu/scripts/simplebench/
H A Dsimplebench.py31 def bench_one(test_func, test_env, test_case, count=5, initial_run=True, argument
64 print(' ', test_func(test_env, test_case))
72 res = test_func(test_env, test_case)
/openbmc/qemu/tests/unit/
H A Dmeson.build169 test_env = environment() variable
170 test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
171 test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
196 env: test_env,
/openbmc/qemu/qga/
H A Dmeson.build182 test_env = environment() variable
183 test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
184 test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
205 env: test_env,
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build1 test_env = environment() variable
2 test_env.set('PYTHONPATH', meson.project_source_root() / 'scripts')
3 test_env.set('PYTHONIOENCODING', 'utf-8')
222 env: test_env, suite: ['qapi-schema', 'qapi-frontend'])
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h98 struct test_env { struct
170 extern struct test_env env;
H A Dtest_progs.c149 struct test_env env = {};
756 struct test_env *env = state->input; in parse_arg()
1297 static void calculate_summary_and_print_errors(struct test_env *env) in calculate_summary_and_print_errors()
H A Dtest_sockmap.c125 struct test_env { struct
138 struct test_env env; argument
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py343 def test_env(self): member in TestSubprocess
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst421 env: test_env, suite: ['qapi-schema', 'qapi-frontend'])
/openbmc/linux/
H A Dopengrok0.0.log[all...]