/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
H A D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 55 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 D | meson.build | 262 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 D | simplebench.py | 31 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 D | meson.build | 169 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 D | meson.build | 182 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 D | meson.build | 1 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 D | test_progs.h | 98 struct test_env { struct 170 extern struct test_env env;
|
H A D | test_progs.c | 149 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 D | test_sockmap.c | 125 struct test_env { struct 138 struct test_env env; argument
|
/openbmc/u-boot/tools/patman/ |
H A D | cros_subprocess.py | 343 def test_env(self): member in TestSubprocess
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 421 env: test_env, suite: ['qapi-schema', 'qapi-frontend'])
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |