summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-01 20:26:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-01 20:26:05 +0000
commit33d0a03478b50e4d7dbb4eabb478d5f3eac031a4 (patch)
tree79cf0a174a3fdde56b363a300baba10e5997842c /test/Makefile
parentba6d26275f5d0561b9afdc59ebe1d11567fa4fde (diff)
downloadllvm-33d0a03478b50e4d7dbb4eabb478d5f3eac031a4.tar.gz
llvm-33d0a03478b50e4d7dbb4eabb478d5f3eac031a4.tar.bz2
llvm-33d0a03478b50e4d7dbb4eabb478d5f3eac031a4.tar.xz
* Quoted the executable 'runtest' to emphasize the binary needed;
otherwise, some unlucky souls start looking for a 'dejagnu' binary... * Properly capitalized LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 18e82b08b1..b6067c372f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -55,7 +55,7 @@ check-local:: site.exp
$(RUNTEST) $(RUNTESTFLAGS) )
else
check-local:: site.exp
- @echo "*** dejagnu not found. Make sure runtest is in your PATH, then reconfigure llvm."
+ @echo "*** dejagnu not found. Make sure 'runtest' is in your PATH, then reconfigure LLVM."
endif
ifdef TESTONE