HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CUSTOM_PROGS (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/sync/
Makefile 10 # lib.mk TEST_CUSTOM_PROGS var is for custom tests that need special
13 TEST_CUSTOM_PROGS := $(OUTPUT)/sync_test
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)
  /external/linux-kselftest/tools/testing/selftests/
lib.mk 10 # TEST_CUSTOM_PROGS should be used by tests that require
13 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
80 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_PROGS))
82 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS))
85 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
94 @if [ "X$(TEST_GEN_PROGS)$(TEST_CUSTOM_PROGS)$(TEST_GEN_PROGS_EXTENDED)$(TEST_GEN_FILES)" != "X" ]; then \
96 echo "rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INSTALL_PATH)/"; \
97 rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INSTALL_PATH)/; \
110 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
  /external/linux-kselftest/tools/testing/selftests/bpf/
Makefile 16 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
17 all: $(TEST_CUSTOM_PROGS)
19 $(TEST_CUSTOM_PROGS): $(OUTPUT)/%: %.c
20 $(CC) -o $(TEST_CUSTOM_PROGS) -static $< -Wl,--build-id
146 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS)

Completed in 682 milliseconds