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

Change of tests to accomodate new load behaviour and also fix previous

incorrect commit.


[SVN r13518]
This commit is contained in:
Vladimir Prus
2002-04-17 14:30:13 +00:00
parent 0b56f4dcaa
commit 8362f0dff3
4 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
Development code for new build system. To test, execute:
bjam --debug -sJAMFILE=test.jam
bjam --debug -ftest.jam
on windows
on windows or linux.

View File

@@ -5,11 +5,11 @@ module modules { include <module@>modules.jam ; }
IMPORT modules : import : : import ;
import modules ; # The modules module can tolerate being included twice
#import string ;
#import numbers ;
import string ;
import numbers ;
import sequence ;
#import class ;
#import os ;
##import os.path ;
#import feature ;
#import build-request ;
import class ;
import os ;
import os.path ;
import feature ;
import build-request ;

View File

@@ -1,5 +1,5 @@
Development code for new build system. To test, execute:
bjam --debug -sJAMFILE=test.jam
bjam --debug -ftest.jam
on windows
on windows or linux.

View File

@@ -5,11 +5,11 @@ module modules { include <module@>modules.jam ; }
IMPORT modules : import : : import ;
import modules ; # The modules module can tolerate being included twice
#import string ;
#import numbers ;
import string ;
import numbers ;
import sequence ;
#import class ;
#import os ;
##import os.path ;
#import feature ;
#import build-request ;
import class ;
import os ;
import os.path ;
import feature ;
import build-request ;