Hello. 
 
I need to run all my tests with a "single button". Is it possible?
I have found command line command "properties". It shows all properties. So you 
can do "grep" or "sed" yours. 

My command was:
"qbs properties | sed -ne 's/^targetName: "\(tst_.*\)"/\1/p' | xargs -i{} sh -c 
'qbs run -p {} release -- -xml -o {}.xml'"

But after checkout I miss this command. 
I don't like to support list of all my tests in two places (.qbs & .sh).

Thank you.

Andrew.
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to