hanchenye-llvm-project/llvm/test/Regression/Linker/Makefile

10 lines
194 B
Makefile

LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests
TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LLINK)
-$(TESTRUNR) $<