[cmake-developers] [PATCH] Tests: Refactor testing of extra generators.

2016-08-17 Thread Chaoren Lin via cmake-developers
From: Chaoren Lin Use a loop instead of repeating the same thing multiple times. --- Tests/CMakeLists.txt | 77 1 file changed, 30 insertions(+), 47 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 6f1805b..c119cfd

Re: [cmake-developers] [PATCH] Tests: Refactor testing of extra generators.

2016-08-23 Thread Brad King
On 08/17/2016 04:48 PM, Chaoren Lin via cmake-developers wrote: > From: Chaoren Lin > > Use a loop instead of repeating the same thing multiple times. > --- > Tests/CMakeLists.txt | 77 > > 1 file changed, 30 insertions(+), 47 deletions(-) A