Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/sync/
H A 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)
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk86 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
89 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
92 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
105 $(eval INSTALL_LIST = $(TEST_CUSTOM_PROGS)) $(INSTALL_SINGLE_RULE)
119 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
/openbmc/linux/tools/testing/selftests/sgx/
H A DMakefile20 TEST_CUSTOM_PROGS := $(OUTPUT)/test_sgx macro
23 all: $(TEST_CUSTOM_PROGS) $(OUTPUT)/test_encl.elf
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst248 TEST_CUSTOM_PROGS should be used by tests that require custom build
254 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile180 $(TEST_CUSTOM_PROGS)): %: $(OUTPUT)/% ;
723 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(SCRATCH_DIR) $(HOST_SCRATCH_DIR) \