Home
last modified time | relevance | path

Searched refs:TEST_CUSTOM_PROGS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H A DMakefile10 # lib.mk TEST_CUSTOM_PROGS var is for custom tests that need special
13 TEST_CUSTOM_PROGS := $(OUTPUT)/sync_test macro
14 all: $(TEST_CUSTOM_PROGS)
29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
38 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS)
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
H A DMakefile10 # lib.mk TEST_CUSTOM_PROGS var is for custom tests that need special
13 TEST_CUSTOM_PROGS := $(OUTPUT)/sync_test macro
14 all: $(TEST_CUSTOM_PROGS)
29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
38 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS)
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dlib.mk18 # TEST_CUSTOM_PROGS should be used by tests that require
21 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
82 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
85 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
88 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
101 $(eval INSTALL_LIST = $(TEST_CUSTOM_PROGS)) $(INSTALL_SINGLE_RULE)
114 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dlib.mk52 # TEST_CUSTOM_PROGS should be used by tests that require
55 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
78 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
81 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
84 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
97 $(eval INSTALL_LIST = $(TEST_CUSTOM_PROGS)) $(INSTALL_SINGLE_RULE)
111 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A DMakefile20 TEST_CUSTOM_PROGS := $(OUTPUT)/test_sgx macro
23 all: $(TEST_CUSTOM_PROGS) $(OUTPUT)/test_encl.elf
/kernel/linux/linux-5.10/tools/testing/selftests/android/
H A DMakefile24 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile85 TEST_CUSTOM_PROGS = urandom_read macro
123 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
463 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(SCRATCH_DIR) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile171 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
709 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(SCRATCH_DIR) $(HOST_SCRATCH_DIR) \

Completed in 4 milliseconds