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

Use declare-basic-target to declare targets. This fixes the missing target-type when bulding EXEs for the test system.

[SVN r21820]
This commit is contained in:
Rene Rivera
2004-01-18 20:52:18 +00:00
parent 6868fac717
commit 16d8c8005a

View File

@@ -288,6 +288,7 @@ rule run-test ( type-to-test run-target : sources * )
if $(sources)
{
declare-basic-target $(targets-to-test) : $(sources) : : : $(type-to-test) ;
$(gGENERATOR_FUNCTION($(type-to-test))) $(targets-to-test) : $(sources) ;
}