diff --git a/test/build.jam b/test/build.jam index d488349..b5ce135 100755 --- a/test/build.jam +++ b/test/build.jam @@ -60,3 +60,8 @@ test-suite predef : [ run check_value.cpp : : : always_show_run_output [ predef-check "BOOST_COMP_GNUC >= 4.3" "BOOST_OS_QNX == 0" : : -DCHECK_VALUE=true : -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 ;