Put back use-project in case of non-filtered lib.

This commit is contained in:
Rene Rivera 2016-06-12 20:59:22 -05:00
parent c5869d6141
commit e70e42bc39

View file

@ -77,7 +77,7 @@ local rule run-tests ( root : tests * )
}
else
{
# use-project /boost/$(test) : ../$(root)/$(test) ;
use-project /boost/$(test) : ../$(root)/$(test) ;
}
}
}