Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Wojciech Migda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dixon, Shane pisze: > > > I’m using CMake for all of my building. Currently I’m just working > on Windows XP, but I’d like to leave things open for Linux builds in > the near future. Any suggestions on the best testing framework for > a C project t

Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Dixon, Shane
ginal Message- From: Tyler Roscoe [mailto:ty...@cryptio.net] Sent: Tuesday, October 06, 2009 9:46 AM To: Dixon, Shane Cc: cmake@cmake.org Subject: Re: [CMake] CTest - C Unit Testing Framework On Tue, Oct 06, 2009 at 09:42:23AM -0600, Dixon, Shane wrote: > I'm using CMake for all o

Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Daniel Blezek
I'd second the GoogleTest framework. However, it is strictly C++ code. CMake has recently integrated support for automatic detection of GoogleTest (and CTest?) tests by parsing your test code. -dan On 10/6/09 10:45 AM, "Tyler Roscoe" wrote: > On Tue, Oct 06, 2009 at 09:42:23AM -0600, Dixon, S

Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Mateusz Loskot
Dixon, Shane wrote: I’m using CMake for all of my building. Currently I’m just working on Windows XP, but I’d like to leave things open for Linux builds in the near future. Any suggestions on the best testing framework for a C project that will be cross-platform compatible and I can use it wi

Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Tyler Roscoe
On Tue, Oct 06, 2009 at 09:42:23AM -0600, Dixon, Shane wrote: > I'm using CMake for all of my building. Currently I'm just working on > Windows XP, but I'd like to leave things open for Linux builds in the > near future. Any suggestions on the best testing framework for a C > project that will be

[CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Dixon, Shane
I'm using CMake for all of my building. Currently I'm just working on Windows XP, but I'd like to leave things open for Linux builds in the near future. Any suggestions on the best testing framework for a C project that will be cross-platform compatible and I can use it with Windows and Linux?