mirror of
https://github.com/boostorg/check_build.git
synced 2025-05-11 05:24:03 +00:00
Skip test when library target fails to construct
This commit is contained in:
parent
c0695aacad
commit
43c65a79b8
@ -9,6 +9,7 @@ import set ;
|
|||||||
import project ;
|
import project ;
|
||||||
import virtual-target ;
|
import virtual-target ;
|
||||||
import testing ;
|
import testing ;
|
||||||
|
import ac ;
|
||||||
|
|
||||||
if "--debug-check-build" in [ modules.peek : ARGV ]
|
if "--debug-check-build" in [ modules.peek : ARGV ]
|
||||||
{
|
{
|
||||||
@ -91,5 +92,5 @@ for local lib in $(all-libraries)
|
|||||||
|
|
||||||
for local lib in $(all-libraries)
|
for local lib in $(all-libraries)
|
||||||
{
|
{
|
||||||
run main.cpp library-$(lib) : : : : $(lib) ;
|
run main.cpp : : : [ ac.check-library library-$(lib) : <library>library-$(lib) : <build>no ] : $(lib) ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user