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 | c0a63b239be215789eee18f9dbd1124fdc237655 (patch) | |
tree | 76ee1d7e90c2cf78e32da7176250c6af9263f0e0 /test | |
parent | b7a6de3cf2722676d4226e2b7c49f8b821ce7844 (diff) | |
download | external_llvm-c0a63b239be215789eee18f9dbd1124fdc237655.zip external_llvm-c0a63b239be215789eee18f9dbd1124fdc237655.tar.gz external_llvm-c0a63b239be215789eee18f9dbd1124fdc237655.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 |