2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent 03b0785457
commit 1686d97eb8
2 changed files with 4 additions and 6 deletions

View File

@@ -2,9 +2,8 @@ if ! $(gPYTHON_INCLUDED)
{
gPYTHON_INCLUDED = true ;
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
# Do some OS-specific setup
if $(NT)
{