Re: CMake
Daniel Wallin <[email protected]>
| Newsgroups | gmane.comp.lang.lua.bind.user |
|---|---|
| Message-ID | <[email protected]> |
Pau Garcia i Quiles wrote: > What do you mean by: > > "In particular, how it handles testing; I'd > like to have the equivalent of BBv2's `compile` and `compile-fail` tests." > > (I don't know what BBv2 is, or what 'compile' and 'compile-fail' do) BBv2 is Boost Build V2, which is the build system we use now. 'compile' and 'compile-fail' means tests that aren't executed, but whose success is determined by the result of the compilation. More generally though, I want the build process to continue, and the tests run, even if some targets fail to compile. Since I'm not about to drop BBv2 this isn't all that important though; we can just ignore testing with CMake. Or we can have test targets, but ignore 'compile' tests. -- Daniel Wallin BoostPro Computing http://www.boostpro.com ------------------------------------------------------------------------------