diff options
author | John Criswell <criswell@uiuc.edu> | 2004-08-02 22:29:38 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-08-02 22:29:38 +0000 |
commit | 955a74256981f80daf8c03381aa5ca9232789f45 (patch) | |
tree | b7ac449fa0b85d83ad4d9f1712d7c80e13f634a4 /test/Makefile | |
parent | 21eccb6563eb467d8dc7ab8cb7c3cccad55c38a5 (diff) | |
download | external_llvm-955a74256981f80daf8c03381aa5ca9232789f45.zip external_llvm-955a74256981f80daf8c03381aa5ca9232789f45.tar.gz external_llvm-955a74256981f80daf8c03381aa5ca9232789f45.tar.bz2 |
Add support for using the prcontext python script instead of grep -C.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index f52f543..173553a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -51,7 +51,8 @@ CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \ -c "cxx=$(CXX)" \ -c "llvmgcc=$(LLVMGCC)" \ -c "llvmgxx=$(LLVMGXX)" \ - -c "make=$(MAKE)" + -c "make=$(MAKE)" \ + -c "python=$(PYTHON)" # # Location of the QMTest program. |