2
0
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:
Vladimir Prus
2003-02-17 09:43:04 +00:00
parent 1dba353cff
commit b7e797bf5c
2 changed files with 6 additions and 8 deletions

View File

@@ -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) ;
}

View File

@@ -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) ;
}