Boost logo

Boost-Build :

Subject: [Boost-build] How to write a jamfile to get at the output from running an exe.
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2011-07-22 13:45:48


I've got output from a unit test OK,

but now developing to an example program(s),

how can I get at/move the output from an example program?

example-suite "e_float EFX examples" :
    [
    run ./e_float_naive_eg.cpp
    
      ../src/e_float/e_float.cpp
      ...
    ]

  ;

It runs and the expected output is at

I:\boost-sandbox\e_float\libs\e_float\example\bin\e_float_naive_eg.test\msvc-10.0\debug\asynch-excep
tions-on\threading-multi\e_float_naive_eg.output

Can I control the final location of this file (and perhaps its name and type too?)

Thanks.

Paul

---
Paul A. Bristow,
Prizet Farmhouse, Kendal LA8 8AB  UK
+44 1539 561830  07714330204
pbristow_at_[hidden]

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