From 820e2471620cff1127a793e5eaf7e6e7ef8a4af8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 1 Nov 2004 08:30:14 +0000 Subject: [PATCH] Remove spurious end tag, fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17397 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index f86463195e6..0f3d1b020b2 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -12,24 +12,25 @@
    -
  1. Overview
  2. -
  3. Requirements
  4. -
  5. Quick Start
  6. -
  7. LLVM Test Suite Organization -
  8. -
  9. LLVM Test Suite Tree
  10. -
  11. QMTest Structure
  12. -
  13. llvm-test Structure
  14. -
  15. Running the LLVM Tests
  16. -
  17. Running the nightly tester
  18. +
  19. Overview
  20. +
  21. Requirements
  22. +
  23. Quick Start
  24. +
  25. LLVM Test Suite Organization + +
  26. +
  27. LLVM Test Suite Tree
  28. +
  29. QMTest Structure
  30. +
  31. llvm-test Structure
  32. +
  33. Running the LLVM Tests
  34. +
  35. Running the nightly tester
-

Written by John T. Criswell and Reid Spencer

+

Written by John T. Criswell and Reid Spencer

@@ -63,7 +64,6 @@ any other version.
Python
You will need a Python interpreter that works with QMTest. Python will need zlib and SAX support enabled.
-
F2C
For now, LLVM does not have a Fortran front-end, but using F2C, we can run -- 2.34.1