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