$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental <rogeeff_at_[hidden] (rogeeff_at_[hidden])
Date: 2003-02-19 00:46:51
> > local test-dir =
> > $(BOOST_ROOT)$(SLASH)libs$(SLASH)test$(SLASH)test$(SLASH) ;
> > ----^ this is what Beman added
>
> You probably shouldn't use $(BOOST_ROOT) for this anyway. Wouldn't
>
> local test-dir = ./ ;
>
> work just as well? Or better yet, eliminating the use of test-dir?
This is how it was before. But Beman had a problems when
ALL_LOCATE_TARGET is in use.
> > But I think I should probably handle this case in testing.jam.
> OK, done.
Thanks. It's working now.
Gennadiy.