From: Jacob F. <ja...@gm...> - 2006-10-17 19:09:31
|
AFAIK, CMake does support such tests. There is a macro called CheckCXXSourceCompiles. (I am assuming you can just put NOT in front of the resultant.) And there are even macros that generate code & attempt to build (e.g. to determine if a function exists). On 10/17/06, Hubert Figuiere <hu...@fi...> wrote: > Sean Parent wrote: > >> > >> I'm wondering whether a complete CMake support would be accepted in the > >> main tree? Given that CMake works on Mac, Windows and UNIX, and for the > >> first 2 can generate project files to be build with the IDEs... > > > > We would take a look - despite the headaches of bjam, when it does work > > it does a nice job of handling complete builds, regression tests, > > compilation tests, and negative tests (test that are expected _not_ to > > compile or not to execute). > > CMake has support of tests. I don't know how easy it is to handle > negative test. > Is there a list of all these test? Or are the jam files the only source. > > > Hub > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > |