[cfe-commits] r83065 - /cfe/trunk/test/Makefile
Douglas Gregor
dgregor at apple.com
Tue Sep 29 07:54:28 PDT 2009
Author: dgregor
Date: Tue Sep 29 09:54:28 2009
New Revision: 83065
URL: http://llvm.org/viewvc/llvm-project?rev=83065&view=rev
Log:
Allow the PYTHON make variable to override the default Python when running Clang tests, from Ken Dyck.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=83065&r1=83064&r2=83065&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Tue Sep 29 09:54:28 2009
@@ -27,7 +27,7 @@
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:
More information about the cfe-commits
mailing list