diff options
author | Shantonu Sen <ssen@apple.com> | 2009-06-26 05:44:53 +0000 |
---|---|---|
committer | Shantonu Sen <ssen@apple.com> | 2009-06-26 05:44:53 +0000 |
commit | 1b6d3daa59b6938fcbafe1fbb24035734c94ba8c (patch) | |
tree | 76ee1d7e90c2cf78e32da7176250c6af9263f0e0 /test | |
parent | 5202312d2ed5078b0451838ee2661f4eb5ff2ef9 (diff) | |
download | external_llvm-1b6d3daa59b6938fcbafe1fbb24035734c94ba8c.zip external_llvm-1b6d3daa59b6938fcbafe1fbb24035734c94ba8c.tar.gz external_llvm-1b6d3daa59b6938fcbafe1fbb24035734c94ba8c.tar.bz2 |
Clarify how to configure llvm-gcc-4.2 for use with
test suite. Remove documentation for --with-f2c, which
is no longer supported. Remove information about obtaining
tcl/expect, which ship with Mac OS X by default since
10.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 82422b5..e02daa0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,6 +22,10 @@ include Makefile.tests # DejaGNU testing support #===------------------------------------------------------------------------===# +ifneq ($(GREP_OPTIONS),) +$(warning GREP_OPTIONS environment variable may interfere with test results) +endif + ifdef VERBOSE RUNTESTFLAGS := $(VERBOSE) endif |