diff --git a/v1/testing.jam b/v1/testing.jam index f8f96ea83..1b081f9fe 100755 --- a/v1/testing.jam +++ b/v1/testing.jam @@ -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) ; }