$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] test sequence in boost build
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-10-19 18:10:53
AMDG
On 10/19/2015 03:27 PM, Robert Ramey wrote:
> I know there is a really simple way to do this but I can't figure it out.
>
> I have two tests: Test A and Test B. How can I enforce the sequence so
> that Test A runs before Test B.
>
Just add a dependency on A in the declaration of Test B.
In Christ,
Steven Watanabe