Searched refs:TEST_CUSTOM_PROGS (Results 1 – 4 of 4) 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)
136 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \139 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \142 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))166 $(eval INSTALL_LIST = $(TEST_CUSTOM_PROGS)) $(INSTALL_SINGLE_RULE)182 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
22 TEST_CUSTOM_PROGS := $(OUTPUT)/test_sgx macro25 all: $(TEST_CUSTOM_PROGS) $(OUTPUT)/test_encl.elf
259 TEST_CUSTOM_PROGS should be used by tests that require custom build265 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.