Boost logo

Boost-Build :

Subject: Re: [Boost-build] test sequence in boost build
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-10-20 15:27:18


AMDG

On 10/20/2015 12:58 PM, Robert Ramey wrote:
>
> I know that exists, but I couldn't find an explanation of the syntax.
> I've tried guessing
>
> [ test-bsl-run_files test_class_info_save ]
> [ test-bsl-run_files test_class_info_load : : :
> <dependency>.test_class_info_save ]
>
> But it gives me a syntax error
>

  The reason that this doesn't work is that .test_class_info_save
is not the name of anything recognized by Boost.Build.
The rule test-bsl-run_files seems to create many
targets with names derived from the given name.
If you want to refer to these targets as a group,
you can try this (warning untested):

alias test_class_info_save :
  [ test-bsl-run_files test_class_info_save ] ;

which should allow <dependency>test_class_info_save
to work.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk