From ec86a7af5282ebd2daf2805fadf2eb0c33cd021a Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Sun, 20 Jun 2004 19:21:11 +0000
Subject: [PATCH] Added a note about requiring QMTest 2.0.3 instead of any
other version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14274 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/TestingGuide.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index ab96ea6b28f..afb441511c3 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -53,7 +53,9 @@ required to build LLVM, plus the following:
- QMTest
- - The LLVM test suite uses QMTest to organize and run tests.
+ - The LLVM test suite uses QMTest to organize and run tests. Note:
+ you will need QMTest 2.0.3 to be successful. The tests do not run with
+ any other version.
- Python
- You will need a Python interpreter that works with QMTest. Python will
--
2.34.1