[PATCH] D14733: [Documentation] Add guidelines for grouping tests together

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 18:20:24 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL253281: [Documentation] Add guidelines for grouping tests together. (authored by davide).

Changed prior to commit:
  http://reviews.llvm.org/D14733?vs=40348&id=40368#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14733

Files:
  llvm/trunk/docs/TestingGuide.rst

Index: llvm/trunk/docs/TestingGuide.rst
===================================================================
--- llvm/trunk/docs/TestingGuide.rst
+++ llvm/trunk/docs/TestingGuide.rst
@@ -240,6 +240,10 @@
 the :doc:`FileCheck tool <CommandGuide/FileCheck>`. *[The usage of grep in RUN
 lines is deprecated - please do not send or commit patches that use it.]*
 
+Put related tests into a single file rather than having a separate file per
+test. Check if there are files already covering your feature and consider
+adding your code there instead of creating a new file.
+
 Extra files
 -----------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14733.40368.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151117/9c6300fb/attachment.bin>


More information about the llvm-commits mailing list