Re: [Kicad-developers] [PATCH] Enable full CTest framework

2019-11-25 Thread Wayne Stambaugh
Hi Simon, I merged your patch. Thanks, Wayne On 11/22/19 7:23 PM, Simon Richter wrote: > > This allows asking CTest for running the test suite under valgrind > --- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > ___

[Kicad-developers] [PATCH] Enable full CTest framework

2019-11-22 Thread Simon Richter
This allows asking CTest for running the test suite under valgrind --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f6ee37a5..81e5dc8ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -980,7 +980,7 @@ if( UNIX AND