
13 Jan
2012
13 Jan
'12
7:30 p.m.
AMDG On 01/13/2012 11:20 AM, lcaminiti wrote:
Hello all,
If there a way to program the following within a Jamfile?
import testing ;
if(MSVC 7.1 or MSVC 8.0) { # How do I program this? [ compile-fail native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : : <define>BOOST_TYPEOF_NATIVE ] } else { [ run native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : : <define>BOOST_TYPEOF_NATIVE ] }
Thanks a lot. --Lorenzo
Normally, for the regression tests, it's better to use only run and mark the test as an expected failure for specific compilers. In Christ, Steven Watanabe