Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent 87694f633d
commit 7888b48ac2
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
subproject libs/mpl/test ;
# bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
compile advance.cpp ;
compile always.cpp ;

View File

@@ -1,8 +1,7 @@
subproject libs/mpl/test/aux_ ;
# bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
compile debug_print.cpp ;
compile has_rebind.cpp ;