From 217a34559e1da9048a3ba1d14de1aab8fb268f33 Mon Sep 17 00:00:00 2001
From: Dawn Perchik
Date: Fri, 3 Sep 2010 17:01:13 +0000
Subject: [PATCH] Put the info on testing from the command line into its own
section titled "Testing on the Command Line".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112972 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/hacking.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/hacking.html b/www/hacking.html
index 07a0d6c85b..7bd718ba3a 100644
--- a/www/hacking.html
+++ b/www/hacking.html
@@ -26,6 +26,7 @@
Creating Patch Files
LLVM IR Generation
@@ -172,6 +173,10 @@
run the test from Visual Studio, right-click the clang-test project
and select "Build".
+
+ Testing on the Command Line
+
+
To run all the tests from the command line, execute a command like
the following:
--
2.50.1