Searched refs:TEST_PROGS (Results 1 - 42 of 42) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/benchmarks/
H A DMakefile0 TEST_PROGS := gettimeofday
5 all: $(TEST_PROGS)
7 $(TEST_PROGS): ../harness.c
12 rm -f $(TEST_PROGS) *.o
1 TEST_PROGS := gettimeofday global() macro
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
H A DMakefile3 TEST_PROGS := load_unaligned_zeropad macro
5 all: $(TEST_PROGS)
7 $(TEST_PROGS): ../harness.c
12 rm -f $(TEST_PROGS) *.o
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/
H A DMakefile0 TEST_PROGS := ipc_unmuxed
5 all: $(TEST_PROGS)
7 $(TEST_PROGS): ../harness.c
12 rm -f $(TEST_PROGS) *.o
1 TEST_PROGS := ipc_unmuxed global() macro
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
H A DMakefile0 TEST_PROGS := test-vphn
5 all: $(TEST_PROGS)
7 $(TEST_PROGS): ../harness.c
12 rm -f $(TEST_PROGS)
1 TEST_PROGS := test-vphn global() macro
/linux-4.4.14/tools/testing/selftests/membarrier/
H A DMakefile3 TEST_PROGS := membarrier_test macro
5 all: $(TEST_PROGS)
10 $(RM) $(TEST_PROGS)
/linux-4.4.14/tools/testing/selftests/seccomp/
H A DMakefile0 TEST_PROGS := seccomp_bpf
5 all: $(TEST_PROGS)
10 $(RM) $(TEST_PROGS)
1 TEST_PROGS := seccomp_bpf global() macro
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
H A DMakefile0 TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
7 all: $(TEST_PROGS)
9 $(TEST_PROGS): ../harness.c
14 rm -f $(TEST_PROGS) *.o
1 TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \\ global() macro
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
H A DMakefile4 TEST_PROGS := hugetlb_vs_thp_test subpage_prot macro
7 all: $(TEST_PROGS) $(TEST_FILES)
9 $(TEST_PROGS): ../harness.c
17 rm -f $(TEST_PROGS) tempfile
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
H A DMakefile5 TEST_PROGS := memcmp macro
8 all: $(TEST_PROGS)
10 $(TEST_PROGS): $(EXTRA_SOURCES)
15 rm -f $(TEST_PROGS) *.o
/linux-4.4.14/tools/testing/selftests/powerpc/tm/
H A DMakefile0 TEST_PROGS := tm-resched-dscr tm-syscall
3 all: $(TEST_PROGS)
5 $(TEST_PROGS): ../harness.c
13 rm -f $(TEST_PROGS) *.o
1 TEST_PROGS := tm-resched-dscr tm-syscall global() macro
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile0 TEST_PROGS := switch_endian_test
5 all: $(TEST_PROGS)
18 rm -f $(TEST_PROGS) *.o check-reversed.S
1 TEST_PROGS := switch_endian_test global() macro
/linux-4.4.14/tools/testing/selftests/ftrace/
H A DMakefile3 TEST_PROGS := ftracetest macro
/linux-4.4.14/tools/testing/selftests/kcmp/
H A DMakefile5 TEST_PROGS := kcmp_test macro
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
H A DMakefile10 TEST_PROGS := copyuser_64 copyuser_power7 memcpy_64 memcpy_power7 macro
13 all: $(TEST_PROGS)
20 $(TEST_PROGS): $(EXTRA_SOURCES)
25 rm -f $(TEST_PROGS) *.o
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile7 TEST_PROGS := reg_access_test event_attributes_test cycles_test \ macro
19 all: $(TEST_PROGS)
21 $(TEST_PROGS): ../../harness.c ../event.c ../lib.c ebb.c ebb_handler.S trace.c busy_loop.S
30 rm -f $(TEST_PROGS)
/linux-4.4.14/tools/testing/selftests/size/
H A DMakefile6 TEST_PROGS := get_size macro
/linux-4.4.14/tools/testing/selftests/breakpoints/
H A DMakefile6 TEST_PROGS := breakpoint_test macro
9 all: $(TEST_PROGS)
/linux-4.4.14/tools/testing/selftests/efivarfs/
H A DMakefile7 TEST_PROGS := efivarfs.sh macro
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A DMakefile4 TEST_PROGS := count_instructions l3_bank_test per_event_excludes macro
7 all: $(TEST_PROGS) ebb
9 $(TEST_PROGS): $(EXTRA_SOURCES)
36 rm -f $(TEST_PROGS) loop.o
/linux-4.4.14/tools/testing/selftests/ptrace/
H A DMakefile9 TEST_PROGS := peeksiginfo macro
/linux-4.4.14/tools/testing/selftests/zram/
H A DMakefile3 TEST_PROGS := zram.sh macro
/linux-4.4.14/tools/testing/selftests/
H A Dlib.mk6 @for TEST in $(TEST_PROGS); do \
15 @if [ "X$(TEST_PROGS)$(TEST_PROGS_EXTENDED)$(TEST_FILES)" != "X" ]; then \
17 echo "rsync -a $(TEST_DIRS) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(INSTALL_PATH)/"; \
18 rsync -a $(TEST_DIRS) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(INSTALL_PATH)/; \
30 @for TEST in $(TEST_PROGS); do \
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/
H A DMakefile3 TEST_PROGS := cpu-on-off-test.sh macro
/linux-4.4.14/tools/testing/selftests/lib/
H A DMakefile6 TEST_PROGS := printf.sh macro
/linux-4.4.14/tools/testing/selftests/static_keys/
H A DMakefile6 TEST_PROGS := test_static_keys.sh macro
/linux-4.4.14/tools/testing/selftests/user/
H A DMakefile6 TEST_PROGS := test_user_copy.sh macro
/linux-4.4.14/tools/testing/selftests/memfd/
H A DMakefile7 TEST_PROGS := memfd_test macro
9 all: $(TEST_PROGS)
/linux-4.4.14/tools/testing/selftests/mqueue/
H A DMakefile3 TEST_PROGS := mq_open_tests mq_perf_tests macro
5 all: $(TEST_PROGS)
/linux-4.4.14/tools/testing/selftests/capabilities/
H A DMakefile8 TEST_PROGS := test_execve macro
/linux-4.4.14/tools/testing/selftests/firmware/
H A DMakefile6 TEST_PROGS := fw_filesystem.sh fw_userhelper.sh macro
/linux-4.4.14/tools/testing/selftests/memory-hotplug/
H A DMakefile5 TEST_PROGS := mem-on-off-test.sh macro
/linux-4.4.14/tools/testing/selftests/net/
H A DMakefile13 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh macro
/linux-4.4.14/tools/testing/selftests/pstore/
H A DMakefile6 TEST_PROGS := pstore_tests pstore_post_reboot_tests macro
/linux-4.4.14/tools/testing/selftests/sysctl/
H A DMakefile7 TEST_PROGS := run_numerictests run_stringtests macro
/linux-4.4.14/tools/testing/selftests/futex/
H A DMakefile3 TEST_PROGS := run.sh macro
17 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
/linux-4.4.14/tools/testing/selftests/timers/
H A DMakefile8 TEST_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ macro
15 bins = $(TEST_PROGS) $(TEST_PROGS_EXTENDED)
/linux-4.4.14/tools/testing/selftests/exec/
H A DMakefile20 TEST_PROGS := execveat macro
/linux-4.4.14/tools/testing/selftests/futex/functional/
H A DMakefile15 TEST_PROGS := $(TARGETS) run.sh macro
/linux-4.4.14/tools/testing/selftests/ipc/
H A DMakefile17 TEST_PROGS := msgque_test macro
/linux-4.4.14/tools/testing/selftests/mount/
H A DMakefile11 TEST_PROGS := unprivileged-remount-test macro
/linux-4.4.14/tools/testing/selftests/vm/
H A DMakefile23 TEST_PROGS := run_vmtests macro
/linux-4.4.14/tools/testing/selftests/x86/
H A DMakefile23 TEST_PROGS += $(BINARIES_32)
28 TEST_PROGS += $(BINARIES_64)

Completed in 402 milliseconds