Home
last modified time | relevance | path

Searched refs:RUN_TESTS (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_global_funcs.c25 RUN_TESTS(test_global_func1); in test_test_global_funcs()
26 RUN_TESTS(test_global_func2); in test_test_global_funcs()
27 RUN_TESTS(test_global_func3); in test_test_global_funcs()
28 RUN_TESTS(test_global_func4); in test_test_global_funcs()
29 RUN_TESTS(test_global_func5); in test_test_global_funcs()
30 RUN_TESTS(test_global_func6); in test_test_global_funcs()
31 RUN_TESTS(test_global_func7); in test_test_global_funcs()
32 RUN_TESTS(test_global_func8); in test_test_global_funcs()
33 RUN_TESTS(test_global_func9); in test_test_global_funcs()
34 RUN_TESTS(test_global_func10); in test_test_global_funcs()
[all …]
H A Diters.c95 RUN_TESTS(iters_state_safety); in test_iters()
96 RUN_TESTS(iters_looping); in test_iters()
97 RUN_TESTS(iters); in test_iters()
100 RUN_TESTS(iters_testmod_seq); in test_iters()
H A Dnested_trust.c10 RUN_TESTS(nested_trust_success); in test_nested_trust()
11 RUN_TESTS(nested_trust_failure); in test_nested_trust()
H A Drefcounted_kptr.c12 RUN_TESTS(refcounted_kptr); in test_refcounted_kptr()
17 RUN_TESTS(refcounted_kptr_fail); in test_refcounted_kptr_fail()
H A Dcpumask.c74 RUN_TESTS(cpumask_success); in test_cpumask()
75 RUN_TESTS(cpumask_failure); in test_cpumask()
H A Dasync_stack_depth.c8 RUN_TESTS(async_stack_depth); in test_async_stack_depth()
H A Djeq_infer_not_null.c8 RUN_TESTS(jeq_infer_not_null_fail); in test_jeq_infer_not_null()
H A Duninit_stack.c8 RUN_TESTS(uninit_stack); in test_uninit_stack()
H A Dtimer.c59 RUN_TESTS(timer_failure); in serial_test_timer()
H A Dtask_kfunc.c97 RUN_TESTS(task_kfunc_failure); in test_task_kfunc()
H A Dlocal_kptr_stash.c78 RUN_TESTS(local_kptr_stash_fail); in test_local_kptr_stash_fail()
H A Dcgrp_kfunc.c105 RUN_TESTS(cgrp_kfunc_failure); in test_cgrp_kfunc()
H A Dkfunc_dynptr_param.c118 RUN_TESTS(test_kfunc_dynptr_param); in test_kfunc_dynptr_param()
H A Ddynptr.c109 RUN_TESTS(dynptr_fail); in test_dynptr()
H A Drbtree.c141 RUN_TESTS(rbtree_fail); in test_rbtree_fail()
H A Ddummy_st_ops.c190 RUN_TESTS(dummy_st_ops_fail); in test_dummy_st_ops()
H A Dsock_destroy.c212 RUN_TESTS(sock_destroy_prog_fail); in test_sock_destroy()
H A Dmap_kptr.c138 RUN_TESTS(map_kptr_fail); in serial_test_map_kptr()
H A Duser_ringbuf.c696 RUN_TESTS(user_ringbuf_fail); in test_user_ringbuf()
/openbmc/qemu/tests/tcg/
H A DMakefile.target147 RUN_TESTS=$(patsubst %,run-%, $(TESTS))
167 $(eval RUN_TESTS+=run-plugin-$(t)-with-$(p))))
174 RUN_TESTS+=$(EXTRA_RUNS)
217 run: $(RUN_TESTS)
230 @$(foreach t,$(RUN_TESTS),echo " $t";)
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk71 define RUN_TESTS
104 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
107 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
110 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A DMakefile25 DEFAULT_RUN_TESTS := $(RUN_TESTS)
26 override define RUN_TESTS
/openbmc/linux/tools/testing/selftests/timers/
H A DMakefile24 $(call RUN_TESTS, $(DESTRUCTIVE_TESTS))
/openbmc/linux/tools/testing/selftests/powerpc/
H A DMakefile48 override define RUN_TESTS
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h453 #define RUN_TESTS(skel) ({ \ macro