mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
Add 'minimal' test target.
This commit is contained in:
@ -60,3 +60,8 @@ test-suite predef :
|
|||||||
[ run check_value.cpp : : : <test-info>always_show_run_output
|
[ 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 ] ]
|
[ predef-check "BOOST_COMP_GNUC >= 4.3" "BOOST_OS_QNX == 0" : : <cxxflags>-DCHECK_VALUE=true : <cxxflags>-DCHECK_VALUE=false ] ]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# Minimal testing done for predef for CI. Since
|
||||||
|
# we don't have many we can just do all of them.
|
||||||
|
alias minimal : predef ;
|
||||||
|
explicit minimal ;
|
||||||
|
Reference in New Issue
Block a user