HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CUSTOM_PROGS (Results 1 - 2 of 2) 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
49 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_PROGS))
51 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS))
54 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
63 @if [ "X$(TEST_GEN_PROGS)$(TEST_CUSTOM_PROGS)$(TEST_GEN_PROGS_EXTENDED)$(TEST_GEN_FILES)" != "X" ]; then \
65 echo "rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INSTALL_PATH)/"; \
66 rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INSTALL_PATH)/; \
78 @for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \

Completed in 1622 milliseconds