22 Dec
2015
22 Dec
'15
9:40 a.m.
Udo Steinbach
But how do I execute multiple tests via variable?
Indeed in 1.60 Runtime parameters framework was significantly reworked (and simplified). One thing that got "lost" is an ability to specify list parameters through single argument (as you found out you can use multiple arguments for that). And yes, this is no help for environment variable. While I am not quite sure why would you want to specify test cases to run through environment variable, I can consider workarounds if you file a ticket. Meanwhile I think the easiest (and better IMO) alternative is to use new Boost.Test feature: labels. Just level sets you are interested in and you can select them with a single argument/environment variable. Gennadiy