Home
last modified time | relevance | path

Searched refs:TESTS (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H A DMakefile18 TESTS += sync_alloc.o
19 TESTS += sync_fence.o
20 TESTS += sync_merge.o
21 TESTS += sync_wait.o
22 TESTS += sync_stress_parallelism.o
23 TESTS += sync_stress_consumer.o
24 TESTS += sync_stress_merge.o
27 TESTS := $(patsubst %,$(OUTPUT)/%,$(TESTS)) macro
29 $(TEST_CUSTOM_PROGS): $(TESTS)
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
H A DMakefile18 TESTS += sync_alloc.o
19 TESTS += sync_fence.o
20 TESTS += sync_merge.o
21 TESTS += sync_wait.o
22 TESTS += sync_stress_parallelism.o
23 TESTS += sync_stress_consumer.o
24 TESTS += sync_stress_merge.o
27 TESTS := $(patsubst %,$(OUTPUT)/%,$(TESTS)) macro
29 $(TEST_CUSTOM_PROGS): $(TESTS)
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Drun_kselftest.sh8 TESTS="$BASE_DIR"/kselftest-list.txt
9 if [ ! -r "$TESTS" ] ; then
10 echo "$0: Could not find list of tests to run ($TESTS)" >&2
13 available="$(cat "$TESTS")"
34 TESTS=""
43 TESTS="$TESTS $2"
71 TESTS="$TESTS $found"
75 if [ -n "$TESTS" ]; the
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Drun_kselftest.sh8 TESTS="$BASE_DIR"/kselftest-list.txt
9 if [ ! -r "$TESTS" ] ; then
10 echo "$0: Could not find list of tests to run ($TESTS)" >&2
13 available="$(cat "$TESTS")"
35 TESTS=""
45 TESTS="$TESTS $2"
76 TESTS="$TESTS $found"
80 if [ -n "$TESTS" ]; the
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh11 TESTS="
136 (options: $TESTS)
145 t) TESTS=$OPTARG;;
200 for t in $TESTS
206 help) echo "Test names: $TESTS"; exit 0;;
210 if [ "$TESTS" != "none" ]; then
H A Dvrf_route_leaking.sh577 4) TESTS=ipv4;;
578 6) TESTS=ipv6;;
579 t) TESTS=$OPTARG;;
590 if [ -z "$TESTS" ]; then
591 TESTS="$TESTS_IPV4 $TESTS_IPV6"
592 elif [ "$TESTS" = "ipv4" ]; then
593 TESTS="$TESTS_IPV4"
594 elif [ "$TESTS" = "ipv6" ]; then
595 TESTS="$TESTS_IPV6"
598 for t in $TESTS
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh11 TESTS="
136 (options: $TESTS)
145 t) TESTS=$OPTARG;;
200 for t in $TESTS
206 help) echo "Test names: $TESTS"; exit 0;;
210 if [ "$TESTS" != "none" ]; then
H A Dtest_vxlan_nolocalbypass.sh16 TESTS="
171 (options: $TESTS)
185 t) TESTS=$OPTARG ;;
230 for t in $TESTS
235 if [ "$TESTS" != "none" ]; then
H A Dgre_gso.sh11 TESTS="gre_gso"
180 (options: $TESTS)
193 t) TESTS=$OPTARG;;
225 for t in $TESTS
230 help) echo "Test names: $TESTS"; exit 0;;
234 if [ "$TESTS" != "none" ]; then
H A Dvrf_route_leaking.sh577 4) TESTS=ipv4;;
578 6) TESTS=ipv6;;
579 t) TESTS=$OPTARG;;
590 if [ -z "$TESTS" ]; then
591 TESTS="$TESTS_IPV4 $TESTS_IPV6"
592 elif [ "$TESTS" = "ipv4" ]; then
593 TESTS="$TESTS_IPV4"
594 elif [ "$TESTS" = "ipv6" ]; then
595 TESTS="$TESTS_IPV6"
598 for t in $TESTS
[all...]
H A Dvrf_strict_mode_test.sh17 TESTS="init testns mix"
43 if [ "$TESTS" != "none" ]; then
361 (options: $TESTS)
370 t) TESTS=$OPTARG;;
414 for t in $TESTS
421 help) echo "Test names: $TESTS"; exit 0;;
H A Darp_ndisc_untracked_subnets.sh8 TESTS="arp ndisc"
261 (options: $TESTS)
270 t) TESTS=$OPTARG;;
300 for t in $TESTS
306 help) echo "Test names: $TESTS"; exit 0;;
H A Dfib_rule_tests.sh25 TESTS="fib_rule6 fib_rule4 fib_rule6_connect fib_rule4_connect"
439 (options: $TESTS)
448 t) TESTS=$OPTARG;;
467 for t in $TESTS
475 help) echo "Test names: $TESTS"; exit 0;;
481 if [ "$TESTS" != "none" ]; then
H A Dtest_bridge_neigh_suppress.sh53 TESTS="
782 (options: $TESTS)
796 t) TESTS=$OPTARG;;
852 for t in $TESTS
857 if [ "$TESTS" != "none" ]; then
H A Dtest_bridge_backup_port.sh42 TESTS="
698 (options: $TESTS)
713 t) TESTS=$OPTARG;;
765 for t in $TESTS
770 if [ "$TESTS" != "none" ]; then
H A Dgro.sh6 readonly TESTS=("data" "ack" "flags" "tcp" "ip" "large")
45 for test in "${TESTS[@]}"; do
H A Dtest_vxlan_vnifiltering.sh87 TESTS="
520 t) TESTS=$OPTARG;;
558 for t in $TESTS
566 if [ "$TESTS" != "none" ]; then
/kernel/linux/linux-5.10/tools/lib/perf/tests/
H A DMakefile3 TESTS = test-cpumap test-threadmap test-evlist test-evsel macro
5 TESTS_SO := $(addsuffix -so,$(TESTS))
6 TESTS_A := $(addsuffix -a,$(TESTS))
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Ddrm_selftest.c28 #include TESTS
38 #include TESTS
47 #include TESTS
H A Dtest-drm_modeset_common.c10 #define TESTS "drm_modeset_selftests.h" macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A DMakefile21 TESTS += ptrace-gpr
23 TEST_GEN_PROGS := $(TESTS) $(TESTS_64)
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh26 for current_test in ${TESTS:-$ALL_TESTS}; do
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh32 for current_test in ${TESTS:-$ALL_TESTS}; do
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh36 for current_test in ${TESTS:-$ALL_TESTS}; do
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh39 for current_test in ${TESTS:-$ALL_TESTS}; do

Completed in 9 milliseconds

12