]> granicus.if.org Git - clang/commitdiff
Allow the PYTHON make variable to override the default Python when running Clang...
authorDouglas Gregor <dgregor@apple.com>
Tue, 29 Sep 2009 14:54:28 +0000 (14:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 29 Sep 2009 14:54:28 +0000 (14:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83065 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 9303a58171b003460e36a54d0e214d4cfe827780..8543d431442ba3fc2cc703bb229722775c3341a8 100644 (file)
@@ -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: