diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-23 19:42:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-23 19:42:52 +0000 |
commit | 9363884abe14278f75ae7d5fecf2cf3461f89b34 (patch) | |
tree | 456fd81d7abad7ca7f2220294ececf238268f1e6 /test/Feature/README.txt | |
parent | 8cb23b2cf97109984f26ca36ce91ac7cfd733d46 (diff) | |
download | external_llvm-9363884abe14278f75ae7d5fecf2cf3461f89b34.zip external_llvm-9363884abe14278f75ae7d5fecf2cf3461f89b34.tar.gz external_llvm-9363884abe14278f75ae7d5fecf2cf3461f89b34.tar.bz2 |
Initial checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/README.txt')
-rw-r--r-- | test/Feature/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Feature/README.txt b/test/Feature/README.txt new file mode 100644 index 0000000..ae290ee --- /dev/null +++ b/test/Feature/README.txt @@ -0,0 +1,5 @@ +This directory contains test cases for individual source features of LLVM. +It is designed to make sure that the major components of LLVM support all of the +features of LLVM, for very small examples. Entire programs should not go here. + +Regression tests for individual bug fixes should go into the test/Regression dir.
\ No newline at end of file |