mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Sync with the rest of code.
[SVN r17481]
This commit is contained in:
@@ -26,13 +26,12 @@ rule unit-test-target-class ( name : project : sources * : requirements *
|
||||
local result =
|
||||
[ typed-target.construct $(source-targets) : $(properties) ] ;
|
||||
local exe = $(result[1]) ;
|
||||
local exe-action = [ $(exe).action ] ;
|
||||
local timestamp = [ new file-target $(self.name) : : $(self.project)
|
||||
] ;
|
||||
local exe-action = [ $(exe).action ] ;
|
||||
local timestamp = [ new file-target $(self.name) : : $(self.project) ] ;
|
||||
$(timestamp).suffix "passed" ;
|
||||
|
||||
local a = [ new action $(timestamp) : $(exe) : testing.run :
|
||||
[ $(exe-action).properties ] ] ;
|
||||
[ $(exe-action).properties-ps ] ] ;
|
||||
$(timestamp).action $(a) ;
|
||||
return $(timestamp) ;
|
||||
}
|
||||
|
||||
@@ -26,13 +26,12 @@ rule unit-test-target-class ( name : project : sources * : requirements *
|
||||
local result =
|
||||
[ typed-target.construct $(source-targets) : $(properties) ] ;
|
||||
local exe = $(result[1]) ;
|
||||
local exe-action = [ $(exe).action ] ;
|
||||
local timestamp = [ new file-target $(self.name) : : $(self.project)
|
||||
] ;
|
||||
local exe-action = [ $(exe).action ] ;
|
||||
local timestamp = [ new file-target $(self.name) : : $(self.project) ] ;
|
||||
$(timestamp).suffix "passed" ;
|
||||
|
||||
local a = [ new action $(timestamp) : $(exe) : testing.run :
|
||||
[ $(exe-action).properties ] ] ;
|
||||
[ $(exe-action).properties-ps ] ] ;
|
||||
$(timestamp).action $(a) ;
|
||||
return $(timestamp) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user