aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 9303a58171..8543d43144 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -27,7 +27,7 @@ endif
all:: lit.site.cfg
@ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
- @ $(LLVM_SRC_ROOT)/utils/lit/lit.py \
+ @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
$(TESTARGS) $(TESTDIRS) $(VGARG)
FORCE: