Searched refs:TESTS (Results 1 – 23 of 23) sorted by relevance
18 TESTS += sync_alloc.o19 TESTS += sync_fence.o20 TESTS += sync_merge.o21 TESTS += sync_wait.o22 TESTS += sync_stress_parallelism.o23 TESTS += sync_stress_consumer.o24 TESTS += sync_stress_merge.o27 TESTS := $(patsubst %,$(OUTPUT)/%,$(TESTS)) macro29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)[all …]
8 TESTS="$BASE_DIR"/kselftest-list.txt9 if [ ! -r "$TESTS" ] ; then10 echo "$0: Could not find list of tests to run ($TESTS)" >&213 available="$(cat "$TESTS")"
11 TESTS="136 (options: $TESTS)145 t) TESTS=$OPTARG;;200 for t in $TESTS206 help) echo "Test names: $TESTS"; exit 0;;210 if [ "$TESTS" != "none" ]; then
577 4) TESTS=ipv4;;578 6) TESTS=ipv6;;579 t) TESTS=$OPTARG;;590 if [ -z "$TESTS" ]; then591 TESTS="$TESTS_IPV4 $TESTS_IPV6"592 elif [ "$TESTS" = "ipv4" ]; then593 TESTS="$TESTS_IPV4"594 elif [ "$TESTS" = "ipv6" ]; then595 TESTS="$TESTS_IPV6"598 for t in $TESTS[all …]
26 TESTS="${ALL_TESTS}"1617 t) TESTS=$OPTARG;;1618 4) TESTS=${IPV4_TESTS};;1619 6) TESTS=${IPV6_TESTS};;1653 for t in $TESTS1661 if [ "$TESTS" != "none" ]; then
12 TESTS="unregister down carrier nexthop suppress ipv6_rt ipv4_rt ipv6_addr_metric ipv4_addr_metric i…1666 (options: $TESTS)1679 t) TESTS=$OPTARG;;1712 for t in $TESTS1730 help) echo "Test names: $TESTS"; exit 0;;1734 if [ "$TESTS" != "none" ]; then
255 if [ "$TESTS" != "none" ]; then
3921 4) TESTS=ipv4;;3922 6) TESTS=ipv6;;3923 t) TESTS=$OPTARG;;3938 if [ -z "$TESTS" ]; then3939 TESTS="$TESTS_IPV4 $TESTS_IPV6 $TESTS_OTHER"3940 elif [ "$TESTS" = "ipv4" ]; then3941 TESTS="$TESTS_IPV4"3942 elif [ "$TESTS" = "ipv6" ]; then3943 TESTS="$TESTS_IPV6"3955 for t in $TESTS[all …]
38 if [ "$TESTS" != "none" ]; then
502 if [ "$TESTS" != "none" ]; then
3 TESTS = test-cpumap test-threadmap test-evlist test-evsel macro5 TESTS_SO := $(addsuffix -so,$(TESTS))6 TESTS_A := $(addsuffix -a,$(TESTS))
28 #include TESTS38 #include TESTS47 #include TESTS
10 #define TESTS "drm_modeset_selftests.h" macro
14 #define TESTS "drm_cmdline_selftests.h" macro
19 #define TESTS "drm_mm_selftests.h" macro
32 for current_test in ${TESTS:-$ALL_TESTS}; do
26 for current_test in ${TESTS:-$ALL_TESTS}; do
82 for current_test in ${TESTS:-$ALL_TESTS}; do
2 LITMUS TESTS
21 TESTS="reported_issues correctness concurrency timeout"22 [ "${quicktest}" != "1" ] && TESTS="${TESTS} performance"1469 for name in ${TESTS}; do
29 68060 SOFTWARE PACKAGE (Kernel version) SIMPLE TESTS
934 for current_test in ${TESTS:-$ALL_TESTS}; do