mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-06 16:24:35 +02:00
Use the import rule
[SVN r19968]
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
subproject libs/mpl/test ;
|
subproject libs/mpl/test ;
|
||||||
|
|
||||||
# bring in rules for testing
|
# bring in rules for testing
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
import testing ;
|
||||||
include testing.jam ;
|
|
||||||
|
|
||||||
compile advance.cpp ;
|
compile advance.cpp ;
|
||||||
compile always.cpp ;
|
compile always.cpp ;
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
subproject libs/mpl/test/aux_ ;
|
subproject libs/mpl/test/aux_ ;
|
||||||
|
|
||||||
# bring in rules for testing
|
# bring in rules for testing
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
import testing ;
|
||||||
include testing.jam ;
|
|
||||||
|
|
||||||
compile debug_print.cpp ;
|
compile debug_print.cpp ;
|
||||||
compile has_rebind.cpp ;
|
compile has_rebind.cpp ;
|
||||||
|
Reference in New Issue
Block a user