forked from boostorg/move
Change all <source> references to <library>.
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/container//boost_container
|
<library>/boost/container//boost_container
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
;
|
;
|
||||||
|
|
||||||
rule test_all
|
rule test_all
|
||||||
@@ -30,7 +30,7 @@ rule test_all
|
|||||||
return $(all_rules) ;
|
return $(all_rules) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
test-suite move_example : [ test_all r ]
|
test-suite move_example : [ test_all r ]
|
||||||
: <link>static
|
: <link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -10,8 +10,8 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<source>/boost/container//boost_container
|
<library>/boost/container//boost_container
|
||||||
;
|
;
|
||||||
|
|
||||||
rule test_all
|
rule test_all
|
||||||
@@ -31,4 +31,4 @@ rule test_all
|
|||||||
}
|
}
|
||||||
|
|
||||||
test-suite move_test : [ test_all r ] ;
|
test-suite move_test : [ test_all r ] ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user