Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/testing/selftests/firmware/
Dfw_run_tests.sh16 run_tests() function
35 run_tests 0 1
47 run_tests 0 0
58 run_tests 1 0
70 run_tests
/Linux-v5.4/tools/testing/selftests/timers/
Dclocksource-switch.c106 int run_tests(int secs) in run_tests() function
144 if (run_tests(5)) { in main()
154 return run_tests(60); in main()
DMakefile22 run_destructive_tests: run_tests
/Linux-v5.4/tools/testing/selftests/net/
Dsocket.c37 static int run_tests(void) in run_tests() function
90 int err = run_tests(); in main()
Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) in run_tests() function
193 run_tests(fd); in main()
Dl2tp.sh338 run_tests() function
378 run_tests
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/
DMakefile24 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
46 .PHONY: all run_tests clean ebb
/Linux-v5.4/tools/testing/selftests/
DMakefile149 run_tests: all target
152 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
237 .PHONY: khdr all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean
Dlib.mk72 run_tests: all
147 .PHONY: run_tests all clean install emit_tests
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_section_names.c214 static int run_tests(void) in run_tests() function
232 return run_tests(); in main()
Dtest_sock.c446 static int run_tests(int cgfd) in run_tests() function
477 if (run_tests(cgfd)) in main()
/Linux-v5.4/tools/testing/selftests/safesetid/
DMakefile5 TEST_PROGS := run_tests.sh
/Linux-v5.4/tools/testing/selftests/mount/
DMakefile6 TEST_PROGS := run_tests.sh
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst35 $ make -C tools/testing/selftests run_tests
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
165 * Don't cause the top-level "make run_tests" to fail if your feature is
181 its exec bit set. Otherwise, lib.mk run_tests will generate a warning.
183 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
/Linux-v5.4/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
/Linux-v5.4/tools/testing/selftests/powerpc/
DMakefile47 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/Linux-v5.4/tools/testing/selftests/livepatch/
DREADME31 % make -C tools/testing/selftests TARGETS=livepatch run_tests
/Linux-v5.4/tools/testing/selftests/exec/
Dexecveat.c222 static int run_tests(void) in run_tests() function
419 rc = run_tests(); in main()
/Linux-v5.4/tools/perf/tests/
Dattr.py326 def run_tests(options): function
388 run_tests(options)
/Linux-v5.4/Documentation/fault-injection/
Dfault-injection.rst367 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
371 -- make -C tools/testing/selftests/ run_tests
377 -- make -C tools/testing/selftests/ run_tests
384 -- make -C tools/testing/selftests/ run_tests
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dselftest.c258 if (!efx->phy_op->run_tests) in ef4_test_phy()
262 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in ef4_test_phy()
Dtenxpress.c490 .run_tests = sfx7101_run_tests,
Dtxc43128_phy.c556 .run_tests = txc43128_run_tests,
/Linux-v5.4/drivers/net/ethernet/sfc/
Dselftest.c258 if (!efx->phy_op->run_tests) in efx_test_phy()
262 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
/Linux-v5.4/tools/testing/selftests/android/ion/
DREADME59 linux$ make -C tools/testing/selftests TARGETS=android run_tests

12