Add missing import-search for cconfig/predef checks.

This commit is contained in:
Rene Rivera 2024-05-04 23:28:58 -05:00
parent 60ac650ae4
commit 2516ec842b

View File

@ -12,6 +12,7 @@ import os ;
import path ; import path ;
import testing ; import testing ;
import toolset ; import toolset ;
import-search /boost/config/checks ;
import config : requires ; import config : requires ;
project project
@ -47,7 +48,7 @@ rule native-impl ( properties * )
} }
test-suite minimal : test-suite minimal :
[ run test_coroutine.cpp : [ run test_coroutine.cpp :
: : : :
<context-impl>fcontext <context-impl>fcontext
[ requires cxx11_auto_declarations [ requires cxx11_auto_declarations
@ -63,7 +64,7 @@ test-suite minimal :
cxx11_variadic_templates ] cxx11_variadic_templates ]
: test_coroutine_asm ] : test_coroutine_asm ]
[ run test_coroutine.cpp : [ run test_coroutine.cpp :
: : : :
<conditional>@native-impl <conditional>@native-impl
[ requires cxx11_auto_declarations [ requires cxx11_auto_declarations