summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/Makefile b/llvm/test/Regression/Analysis/DSGraph/Makefile
index 0b3cd781546..bc24e5c1c07 100644
--- a/llvm/test/Regression/Analysis/DSGraph/Makefile
+++ b/llvm/test/Regression/Analysis/DSGraph/Makefile
@@ -7,7 +7,7 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
-$(TESTRUNR) $<
clean::
OpenPOWER on IntegriCloud