Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/testing/selftests/
Dlib.mk78 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_PROGS))
80 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS))
83 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
95 …rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INS…
107 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/Linux-v5.4/tools/testing/selftests/bpf/
DMakefile90 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read macro
91 all: $(TEST_CUSTOM_PROGS)
193 TEST_CUSTOM_PROGS += $(ALU32_BUILD_DIR)/test_progs_32
233 TEST_CUSTOM_PROGS += $(BPF_GCC_BUILD_DIR)/test_progs_bpf_gcc
320 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(ALU32_BUILD_DIR) $(BPF_GCC_BUILD_DIR) \
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst177 TEST_CUSTOM_PROGS should be used by tests that require custom build
183 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.