diff options
Diffstat (limited to 'docs/TestSuiteMakefileGuide.html')
-rw-r--r-- | docs/TestSuiteMakefileGuide.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TestSuiteMakefileGuide.html b/docs/TestSuiteMakefileGuide.html index 876fe42..1b24250 100644 --- a/docs/TestSuiteMakefileGuide.html +++ b/docs/TestSuiteMakefileGuide.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM test-suite Makefile Guide</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> @@ -238,12 +238,12 @@ LLVM.</p> simple one is simply running <tt>gmake</tt> with no arguments. This will compile and run all programs in the tree using a number of different methods and compare results. Any failures are reported in the output, but are likely - drowned in the other output. Passes are not reported explicitely.</p> + drowned in the other output. Passes are not reported explicitly.</p> <p>Somewhat better is running <tt>gmake TEST=sometest test</tt>, which runs the specified test and usually adds per-program summaries to the output (depending on which sometest you use). For example, the <tt>nightly</tt> test - explicitely outputs TEST-PASS or TEST-FAIL for every test after each program. + explicitly outputs TEST-PASS or TEST-FAIL for every test after each program. Though these lines are still drowned in the output, it's easy to grep the output logs in the Output directories.</p> |