Searched refs:run_tests (Results 1 – 20 of 20) sorted by relevance
9 run_tests: all target15 .PHONY: all run_tests clean
117 int run_tests(int secs) in run_tests() function155 if (run_tests(5)) { in main()165 return run_tests(60); in main()
24 run_destructive_tests: run_tests
11 run_tests: all35 .PHONY: run_tests all clean install emit_tests
39 run_tests: all target41 make -C $$TARGET run_tests; \
16 run_tests: all target24 .PHONY: all run_tests clean
20 $(MAKE) -C ebb run_tests42 .PHONY: all run_tests clean ebb
36 static int run_tests(void) in run_tests() function89 int err = run_tests(); in main()
22 $ make -C tools/testing/selftests run_tests36 $ make -C tools/testing/selftests TARGETS=ptrace run_tests68 * Don't cause the top-level "make run_tests" to fail if your feature is
28 $(MAKE) -C $$TARGET run_tests; \
252 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab256 -- make -C tools/testing/selftests/ run_tests262 -- make -C tools/testing/selftests/ run_tests269 -- make -C tools/testing/selftests/ run_tests
262 def run_tests(options): function322 run_tests(options)
211 static int run_tests(void) in run_tests() function407 rc = run_tests(); in main()
250 if (!efx->phy_op->run_tests) in efx_test_phy()254 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
493 .run_tests = sfx7101_run_tests,
558 .run_tests = txc43128_run_tests,
744 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member
818 .run_tests = efx_mcdi_phy_run_tests,
334 if (efx->phy_op->run_tests != NULL) { in efx_ethtool_fill_self_tests()
1083 $(Q)$(MAKE) -C tools/testing/selftests run_tests