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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 14:56:54 PST 2015


joker.eph added a subscriber: joker.eph.

================
Comment at: TestingGuide.rst:243
@@ +242,3 @@
+It is a good practice to 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
----------------
`It is a good practice` is worthless without a motivation, I think Eric needs to feed something here :)


http://reviews.llvm.org/D14733





More information about the llvm-commits mailing list