Home
last modified time | relevance | path

Searched refs:TEST_GEN_PROGS (Results 1 – 25 of 88) sorted by relevance

1234

/linux-6.3-rc2/tools/testing/selftests/proc/
A DMakefile6 TEST_GEN_PROGS := macro
7 TEST_GEN_PROGS += fd-001-lookup
8 TEST_GEN_PROGS += fd-002-posix-eq
9 TEST_GEN_PROGS += fd-003-kthread
11 TEST_GEN_PROGS += proc-empty-vm
12 TEST_GEN_PROGS += proc-pid-vm
18 TEST_GEN_PROGS += proc-tid0
21 TEST_GEN_PROGS += read
22 TEST_GEN_PROGS += self
23 TEST_GEN_PROGS += setns-dcache
[all …]
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A DMakefile9 TEST_GEN_PROGS = test_memcontrol macro
10 TEST_GEN_PROGS += test_kmem
11 TEST_GEN_PROGS += test_core
12 TEST_GEN_PROGS += test_freezer
13 TEST_GEN_PROGS += test_kill
14 TEST_GEN_PROGS += test_cpu
/linux-6.3-rc2/tools/testing/selftests/vDSO/
A DMakefile7 TEST_GEN_PROGS := $(OUTPUT)/vdso_test_gettimeofday $(OUTPUT)/vdso_test_getcpu macro
8 TEST_GEN_PROGS += $(OUTPUT)/vdso_test_abi
9 TEST_GEN_PROGS += $(OUTPUT)/vdso_test_clock_getres
11 TEST_GEN_PROGS += $(OUTPUT)/vdso_standalone_test_x86
13 TEST_GEN_PROGS += $(OUTPUT)/vdso_test_correctness
22 all: $(TEST_GEN_PROGS)
/linux-6.3-rc2/tools/testing/selftests/
A Dlib.mk55 TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS))
59 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
76 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
79 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
82 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
94 $(eval INSTALL_LIST = $(TEST_GEN_PROGS)) $(INSTALL_SINGLE_RULE)
109 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
120 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/linux-6.3-rc2/tools/testing/selftests/powerpc/signal/
A DMakefile2 TEST_GEN_PROGS := signal signal_tm sigfuz sigreturn_vdso sig_sc_double_restart macro
3 TEST_GEN_PROGS += sigreturn_kernel
4 TEST_GEN_PROGS += sigreturn_unaligned
15 $(TEST_GEN_PROGS): ../harness.c ../utils.c signal.S
/linux-6.3-rc2/tools/testing/selftests/powerpc/stringloops/
A DMakefile9 TEST_GEN_PROGS := memcmp_64 strlen macro
18 TEST_GEN_PROGS += memcmp_32
27 TEST_GEN_PROGS += strlen_32
35 $(TEST_GEN_PROGS): $(EXTRA_SOURCES)
/linux-6.3-rc2/tools/testing/selftests/iommu/
A DMakefile7 TEST_GEN_PROGS := macro
8 TEST_GEN_PROGS += iommufd
9 TEST_GEN_PROGS += iommufd_fail_nth
/linux-6.3-rc2/tools/testing/selftests/landlock/
A DMakefile11 TEST_GEN_PROGS := $(src_test:.c=) macro
16 $(TEST_GEN_PROGS): LDLIBS += -lcap
22 $(TEST_GEN_PROGS): LDLIBS += -lcap
/linux-6.3-rc2/tools/testing/selftests/breakpoints/
A DMakefile6 TEST_GEN_PROGS := step_after_suspend_test macro
9 TEST_GEN_PROGS += breakpoint_test
12 TEST_GEN_PROGS += breakpoint_test_arm64
/linux-6.3-rc2/tools/testing/selftests/powerpc/math/
A DMakefile2 TEST_GEN_PROGS := fpu_syscall fpu_preempt fpu_signal fpu_denormal vmx_syscall vmx_preempt vmx_signa… macro
7 $(TEST_GEN_PROGS): ../harness.c
8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
/linux-6.3-rc2/tools/testing/selftests/exec/
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-6.3-rc2/tools/testing/selftests/arm64/bti/
A DMakefile3 TEST_GEN_PROGS := btitest nobtitest macro
5 PROGS := $(patsubst %,gen/%,$(TEST_GEN_PROGS))
60 $(TEST_GEN_PROGS): $(PROGS)
/linux-6.3-rc2/tools/testing/selftests/mm/
A DMakefile44 TEST_GEN_PROGS = madv_populate macro
59 TEST_GEN_PROGS += soft-dirty
60 TEST_GEN_PROGS += split_huge_page_test
62 TEST_GEN_PROGS += ksm_functional_tests
63 TEST_GEN_PROGS += mdwe_test
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/
A DMakefile5 TEST_GEN_PROGS := count_instructions count_stcx_fail l3_bank_test per_event_excludes macro
11 all: $(TEST_GEN_PROGS) ebb sampling_tests event_code_tests
13 $(TEST_GEN_PROGS): $(EXTRA_SOURCES)
50 $(RM) $(TEST_GEN_PROGS) $(OUTPUT)/loop.o
/linux-6.3-rc2/tools/testing/selftests/powerpc/mce/
A DMakefile3 TEST_GEN_PROGS := inject-ra-err macro
7 $(TEST_GEN_PROGS): ../harness.c
/linux-6.3-rc2/tools/testing/selftests/powerpc/papr_attributes/
A DMakefile2 TEST_GEN_PROGS := attr_test macro
7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-6.3-rc2/tools/testing/selftests/powerpc/primitives/
A DMakefile4 TEST_GEN_PROGS := load_unaligned_zeropad macro
9 $(TEST_GEN_PROGS): ../harness.c
/linux-6.3-rc2/tools/testing/selftests/powerpc/cache_shape/
A DMakefile2 TEST_GEN_PROGS := cache_shape macro
7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-6.3-rc2/tools/testing/selftests/powerpc/vphn/
A DMakefile2 TEST_GEN_PROGS := test-vphn macro
9 $(TEST_GEN_PROGS): ../harness.c
/linux-6.3-rc2/tools/testing/selftests/powerpc/alignment/
A DMakefile2 TEST_GEN_PROGS := copy_first_unaligned alignment_handler macro
7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-6.3-rc2/tools/testing/selftests/tmpfs/
A DMakefile5 TEST_GEN_PROGS := macro
6 TEST_GEN_PROGS += bug-link-o-tmpfile
/linux-6.3-rc2/tools/testing/selftests/powerpc/syscalls/
A DMakefile2 TEST_GEN_PROGS := ipc_unmuxed rtas_filter macro
9 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-6.3-rc2/tools/testing/selftests/openat2/
A DMakefile4 TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test macro
8 $(TEST_GEN_PROGS): helpers.c helpers.h
/linux-6.3-rc2/tools/testing/selftests/powerpc/dscr/
A DMakefile2 TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ macro
13 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-6.3-rc2/tools/testing/selftests/net/
A DMakefile65 TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa macro
66 TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict tls tun tap
74 TEST_GEN_PROGS += sk_bind_sendto_listen
75 TEST_GEN_PROGS += sk_connect_zero_addr
77 TEST_GEN_PROGS += so_incoming_cpu

Completed in 20 milliseconds

1234