mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Check if having only one property causes problems with the checks.
This commit is contained in:
@ -58,7 +58,7 @@ test-suite predef :
|
|||||||
[ 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 : : : <test-info>always_show_run_output
|
[ run check_value.cpp : : : <test-info>always_show_run_output
|
||||||
[ predef-check "BOOST_COMP_CLANG > 0" "BOOST_OS_LINUX == 0" : : <cxxflags>-DCHECK_VALUE=true : <cxxflags>-DCHECK_VALUE=false ] ]
|
[ predef-check "BOOST_COMP_CLANG > 0" "BOOST_OS_LINUX == 0" : : <cxxflags>-DCHECK_VALUE=true ] ]
|
||||||
;
|
;
|
||||||
|
|
||||||
# Minimal testing done for predef for CI. Since
|
# Minimal testing done for predef for CI. Since
|
||||||
|
Reference in New Issue
Block a user