Home
last modified time | relevance | path

Searched defs:test_env (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h98 struct test_env { struct
101 bool verifier_stats;
102 bool debug;
105 bool jit_enabled;
106 bool has_testmod;
107 bool get_test_cnt;
114 FILE *stdout;
115 FILE *stderr;
116 int nr_cpus;
117 FILE *json;
[all …]
H A Dtest_sockmap.c119 struct test_env { struct
132 struct test_env env; argument
/openbmc/qemu/tests/unit/
H A Dmeson.build170 test_env = environment() variable
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build1 test_env = environment() variable
/openbmc/qemu/scripts/simplebench/
H A Dsimplebench.py31 def bench_one(test_func, test_env, test_case, count=5, initial_run=True, argument
/openbmc/qemu/qga/
H A Dmeson.build182 test_env = environment() variable
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py343 def test_env(self): member in TestSubprocess