diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-28 22:20:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 22:20:19 +0000 |
commit | 30eef7db88335214297db18ef9eaa786ba70f154 (patch) | |
tree | 3363c2165410487a72840c0fe4b502d39ed29fdd | |
parent | 0bc99d36b68343d01be975539ce5f1d75291855c (diff) |
Describe directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6949 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Scripts/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Scripts/README.txt b/test/Scripts/README.txt new file mode 100644 index 0000000000..b0b1105037 --- /dev/null +++ b/test/Scripts/README.txt @@ -0,0 +1,2 @@ +This directory contains scripts which are used by the TestRunner style +tests, which allows them to be simpler and more direct. |