зеркало из https://github.com/microsoft/clang-1.git
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
This commit is contained in:
Родитель
214904e358
Коммит
b3496c7efd
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче