Add support for using the prcontext python script instead of grep -C.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:29:38 +0000 (22:29 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:29:38 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index f52f543795854d23ace616e88041db14ac1cd12d..173553a4b310b4b718cc51e137521d095ebf8808 100644 (file)
@@ -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.