Searched refs:TEST_GEN_PROGS (Results 76 - 100 of 107) sorted by relevance

12345

/linux-master/tools/testing/selftests/powerpc/pmu/
H A DMakefile5 TEST_GEN_PROGS := count_instructions count_stcx_fail l3_bank_test per_event_excludes macro
14 all: $(TEST_GEN_PROGS) $(SUB_DIRS)
16 $(TEST_GEN_PROGS): $(EXTRA_SOURCES)
41 for TEST in $(TEST_GEN_PROGS); do \
62 $(RM) $(TEST_GEN_PROGS) $(OUTPUT)/loop.o
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile29 TEST_GEN_PROGS := $(PROGS) macro
40 $(TEST_GEN_PROGS): mte_common_util.c mte_helper.S
/linux-master/tools/testing/selftests/arm64/signal/
H A DMakefile11 TEST_GEN_PROGS := $(notdir $(PROGS)) macro
15 # Including KSFT lib.mk here will also mangle the TEST_GEN_PROGS list
20 $(TEST_GEN_PROGS): $(PROGS)
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile11 TEST_GEN_PROGS := test_uvdevice macro
/linux-master/tools/testing/selftests/ipc/
H A DMakefile15 TEST_GEN_PROGS := msgque macro
/linux-master/tools/testing/selftests/lsm/
H A DMakefile8 TEST_GEN_PROGS := lsm_get_self_attr_test lsm_list_modules_test \ macro
/linux-master/tools/testing/selftests/exec/
H A DMakefile7 TEST_GEN_PROGS := execveat load_address_4096 load_address_2097152 load_address_16777216 non-regular macro
12 TEST_GEN_PROGS += recursion-depth
13 TEST_GEN_PROGS += null-argv
/linux-master/tools/testing/selftests/timers/
H A DMakefile7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ macro
/linux-master/tools/testing/selftests/arm64/abi/
H A DMakefile4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2 macro
/linux-master/tools/testing/selftests/riscv/vector/
H A DMakefile5 TEST_GEN_PROGS := vstate_prctl v_initval_nolibc macro
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A DMakefile7 TEST_GEN_PROGS := hwprobe cbo which-cpus macro
/linux-master/tools/testing/selftests/futex/functional/
H A DMakefile10 TEST_GEN_PROGS := \ macro
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A DMakefile23 TEST_GEN_PROGS := $(TESTS) $(TESTS_64) macro
43 $(TEST_GEN_PROGS): ../harness.c ../utils.c ../lib/reg.S
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile7 TEST_GEN_PROGS := reg_access_test event_attributes_test cycles_test \ macro
33 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c \
/linux-master/tools/testing/selftests/powerpc/mm/
H A DMakefile5 TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr \ macro
18 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/memfd/
H A DMakefile5 TEST_GEN_PROGS := memfd_test macro
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile2 TEST_GEN_PROGS := switch_endian_test macro
/linux-master/tools/testing/selftests/alsa/
H A DMakefile15 TEST_GEN_PROGS := mixer-test pcm-test test-pcmtest-driver macro
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile17 TEST_GEN_PROGS := $(TEST_IPV4_PROGS) $(TEST_IPV6_PROGS) macro
45 $(TEST_GEN_PROGS): $(LIB)
/linux-master/tools/testing/selftests/powerpc/tm/
H A DMakefile5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \ macro
16 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/net/
H A DMakefile69 TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa macro
70 TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict tls tun tap epoll_busy_poll
78 TEST_GEN_PROGS += sk_bind_sendto_listen
79 TEST_GEN_PROGS += sk_connect_zero_addr
81 TEST_GEN_PROGS += so_incoming_cpu
/linux-master/tools/testing/selftests/
H A Dlib.mk88 TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS)) macro
92 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) \
128 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
131 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
134 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
157 $(eval INSTALL_LIST = $(TEST_GEN_PROGS)) $(INSTALL_SINGLE_RULE)
174 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
185 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/linux-master/tools/testing/selftests/arm64/pauth/
H A DMakefile14 TEST_GEN_PROGS := pac macro
/linux-master/tools/testing/selftests/arm64/bti/
H A DMakefile3 TEST_GEN_PROGS := btitest nobtitest macro
53 # Including KSFT lib.mk here will also mangle the TEST_GEN_PROGS list
/linux-master/tools/testing/selftests/net/netfilter/
H A DMakefile34 TEST_GEN_PROGS = conntrack_dump_flush macro

Completed in 309 milliseconds

12345