forked from boostorg/logic
Update build deps.
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
# Copyright (C) 2002-2003 Douglas Gregor
|
# Copyright (C) 2002-2003 Douglas Gregor
|
||||||
|
|
||||||
# Use, modification and distribution is subject to the Boost Software License,
|
# Use, modification and distribution is subject to the Boost Software License,
|
||||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
# For more information, see http://www.boost.org/
|
# For more information, see http://www.boost.org/
|
||||||
|
|
||||||
@ -15,6 +15,8 @@ import testing ;
|
|||||||
|
|
||||||
path-constant self : . ;
|
path-constant self : . ;
|
||||||
|
|
||||||
|
project : requirements <library>/boost/logic//boost_logic ;
|
||||||
|
|
||||||
rule test-expected-failures
|
rule test-expected-failures
|
||||||
{
|
{
|
||||||
local all_rules = ;
|
local all_rules = ;
|
||||||
@ -53,7 +55,7 @@ rule test-header-isolation
|
|||||||
return $(all_rules) ;
|
return $(all_rules) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
test-suite logic :
|
test-suite logic :
|
||||||
[ test-expected-failures ]
|
[ test-expected-failures ]
|
||||||
[ test-header-isolation ]
|
[ test-header-isolation ]
|
||||||
[ run tribool_test.cpp ]
|
[ run tribool_test.cpp ]
|
||||||
|
Reference in New Issue
Block a user