Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/tools/testing/selftests/
Dlib.mk77 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_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)
108 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/Linux-v5.10/tools/testing/selftests/android/
DMakefile24 …ST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_…
/Linux-v5.10/tools/testing/selftests/bpf/
DMakefile85 TEST_CUSTOM_PROGS = urandom_read macro
125 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
459 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(SCRATCH_DIR) \
/Linux-v5.10/Documentation/dev-tools/
Dkselftest.rst209 TEST_CUSTOM_PROGS should be used by tests that require custom build
215 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.