Re: [CMake] 'make test' doesn't build cppunit test executable

2007-03-26 Thread Bill Hoffman
[EMAIL PROTECTED] wrote: Hi all! I'm trying to integrate cppunit tests using cmake in our ims library and cannot solve the problem how to build tests executables only by demand, i.e. by calling 'make test'. I'm quite new to cmake and don't know if this is possible at all, but I suppose it should

[CMake] 'make test' doesn't build cppunit test executable

2007-03-26 Thread apervukh
Hi all! I'm trying to integrate cppunit tests using cmake in our ims library and cannot solve the problem how to build tests executables only by demand, i.e. by calling 'make test'. I'm quite new to cmake and don't know if this is possible at all, but I suppose it should be possible :-) I have fou