Searched refs:TEST_CUSTOM_PROGS (Results 1 – 3 of 3) sorted by relevance
13 TEST_CUSTOM_PROGS := $(OUTPUT)/sync_test macro14 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)
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))97 …rsync -a $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(INS…110 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
16 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read macro17 all: $(TEST_CUSTOM_PROGS)19 $(TEST_CUSTOM_PROGS): $(OUTPUT)/%: %.c20 $(CC) -o $(TEST_CUSTOM_PROGS) -static $< -Wl,--build-id146 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS)