Searched refs:run_tests (Results 1 - 21 of 21) sorted by relevance

/linux-4.4.14/tools/testing/selftests/lib/
H A DMakefile3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
/linux-4.4.14/tools/testing/selftests/static_keys/
H A DMakefile3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
/linux-4.4.14/tools/testing/selftests/user/
H A DMakefile3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
/linux-4.4.14/tools/testing/selftests/firmware/
H A DMakefile3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
/linux-4.4.14/tools/testing/selftests/sysctl/
H A DMakefile4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests".
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A DMakefile20 $(MAKE) -C ebb run_tests
42 .PHONY: all run_tests clean ebb
/linux-4.4.14/tools/testing/selftests/
H A Dlib.mk11 run_tests: all
38 .PHONY: run_tests all clean install emit_tests
H A DMakefile31 # Run "make quicktest=1 run_tests" or
50 run_tests: all
52 make -C $$TARGET run_tests; \
/linux-4.4.14/tools/testing/selftests/timers/
H A DMakefile24 run_destructive_tests: run_tests
H A Dclocksource-switch.c117 int run_tests(int secs) run_tests() function
155 if (run_tests(5)) { main()
165 return run_tests(60); main()
/linux-4.4.14/tools/testing/selftests/net/
H A Dsocket.c36 static int run_tests(void) run_tests() function
89 int err = run_tests(); main()
/linux-4.4.14/tools/testing/selftests/powerpc/
H A DMakefile38 $(MAKE) -C $$TARGET run_tests; \
/linux-4.4.14/tools/perf/tests/
H A Dattr.py262 def run_tests(options): function
322 run_tests(options)
/linux-4.4.14/tools/testing/selftests/exec/
H A Dexecveat.c211 static int run_tests(void) run_tests() function
407 rc = run_tests(); main()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dselftest.c253 if (!efx->phy_op->run_tests) efx_test_phy()
257 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); efx_test_phy()
H A Dtenxpress.c493 .run_tests = sfx7101_run_tests,
H A Dtxc43128_phy.c558 .run_tests = txc43128_run_tests,
H A Dmcdi_port.c818 .run_tests = efx_mcdi_phy_run_tests,
H A Dnet_driver.h713 * @run_tests: Run tests and record results as appropriate (offline).
730 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags); member in struct:efx_phy_operations
H A Dethtool.c334 if (efx->phy_op->run_tests != NULL) {
/linux-4.4.14/
H A DMakefile1079 $(Q)$(MAKE) -C tools/testing/selftests run_tests

Completed in 532 milliseconds