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:
@@ -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.
|
||||
|
||||
14
new/test.jam
14
new/test.jam
@@ -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 ;
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user