Home
last modified time | relevance | path

Searched refs:TEST_CUSTOM_PROGS (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/sync/
DMakefile13 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)
/linux-6.1.9/tools/testing/selftests/net/bpf/
DMakefile8 TEST_CUSTOM_PROGS = $(OUTPUT)/bpf/nat6to4.o macro
9 all: $(TEST_CUSTOM_PROGS)
14 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS)
/linux-6.1.9/tools/testing/selftests/
Dlib.mk76 $(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))
95 $(eval INSTALL_LIST = $(TEST_CUSTOM_PROGS)) $(INSTALL_SINGLE_RULE)
109 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/linux-6.1.9/tools/testing/selftests/sgx/
DMakefile19 TEST_CUSTOM_PROGS := $(OUTPUT)/test_sgx macro
22 all: $(TEST_CUSTOM_PROGS) $(OUTPUT)/test_encl.elf
/linux-6.1.9/tools/testing/selftests/bpf/
DMakefile88 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read $(OUTPUT)/sign-file macro
155 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
612 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(SCRATCH_DIR) $(HOST_SCRATCH_DIR) \
/linux-6.1.9/Documentation/dev-tools/
Dkselftest.rst225 TEST_CUSTOM_PROGS should be used by tests that require custom build
231 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.