mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 04:07:13 +02:00
Add check test to debug failing VMD option tests.
This commit is contained in:
@ -57,5 +57,6 @@ test-suite predef :
|
|||||||
[ run make.cpp ]
|
[ run make.cpp ]
|
||||||
[ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
|
[ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
|
||||||
[ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
|
[ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
|
||||||
#[ run check_value.cpp : : : [ predef-check "BOOST_COMP_CLANG >= 4.0" "BOOST_OS_MACOS == 0" : : <cxxflags>-DCHECK_VALUE=true : <cxxflags>-DCHECK_VALUE=false ] ]
|
[ run check_value.cpp : : : <test-info>always_show_run_output
|
||||||
|
[ predef-check "BOOST_COMP_GNUC >= 4.3" "BOOST_OS_QNX == 0" : : <cxxflags>-DCHECK_VALUE=true : <cxxflags>-DCHECK_VALUE=false ] ]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user