Re: [CMake] Unit testing in CMake

2008-11-24 Thread Eric NOULARD
Le Mon, 24 Nov 2008 16:06:06 -0600, "Robert Dailey" <[EMAIL PROTECTED]> a écrit : > Hi, > > I'm reading this wiki > articleon how to > perform tests using CMake. However, the tests I'm wanting to run > aren't already built. I need to be able to

[CMake] Unit testing in CMake

2008-11-24 Thread Robert Dailey
Hi, I'm reading this wiki articleon how to perform tests using CMake. However, the tests I'm wanting to run aren't already built. I need to be able to use CMake to first compile the test and then run it afterwards. How would I handle this behavio