|
|
@@ -267,6 +267,8 @@ SUFRUN_TEST = .run ;
|
|
|
rule run-test # target : sources : requirements
|
|
|
{
|
|
|
local executable = $(<:S=$(SUFEXE)) ;
|
|
|
+ gTARGET_LIBS($(executable)) = $(gTARGET_LIBS($(<))) ;
|
|
|
+ gTARGET_DLLS($(executable)) = $(gTARGET_DLLS($(<))) ;
|
|
|
executable-file $(executable) : $(>) : $(3) ;
|
|
|
set-target-variables $(executable) ;
|
|
|
|
|
|
@@ -536,4 +538,4 @@ run libs/utility/operators_test.cpp ;
|
|
|
|
|
|
run libs/utility/tie_example.cpp ;
|
|
|
|
|
|
-run libs/utility/binary_search_test.cpp ;
|
|
|
+run libs/utility/binary_search_test.cpp ;
|