From: Douglas Gregor Date: Tue, 29 Sep 2009 14:54:28 +0000 (+0000) Subject: Allow the PYTHON make variable to override the default Python when running Clang... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3496c7efda26c6c89c1e4403d8bb80b2eb9041b;p=clang Allow the PYTHON make variable to override the default Python when running Clang tests, from Ken Dyck. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83065 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: