Searched refs:run_tests (Results 1 – 18 of 18) sorted by relevance
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: all38 .PHONY: run_tests all clean install emit_tests
50 run_tests: all target52 make -C $$TARGET run_tests; \
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_tests84 * Don't cause the top-level "make run_tests" to fail if your feature is
38 $(MAKE) -C $$TARGET run_tests; \
263 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab267 -- make -C tools/testing/selftests/ run_tests273 -- make -C tools/testing/selftests/ run_tests280 -- 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()
253 if (!efx->phy_op->run_tests) in efx_test_phy()257 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,
730 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()
1079 $(Q)$(MAKE) -C tools/testing/selftests run_tests