Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Richard Weickelt
> 2. Build the AutorestRunner product explicitly. It will not show up under > "run". > That's what I meant, I can not select it as a run target. > And I don't know how to say "just build product X", if it's not a run target. In the Projects view, right-click on the autotest-runner product and

Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Björn Schäpers
Am 24.11.2020 um 10:17 schrieb Richard Weickelt: What do you mean, it does not show up? It should show up as a product in the project view, but it is not built by default. In order to "run" it, you need to 1. have application products with the additional type autotest. Just write something lik

Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Richard Weickelt
What do you mean, it does not show up? It should show up as a product in the project view, but it is not built by default. In order to "run" it, you need to 1. have application products with the additional type autotest. Just write something like: Application { type: base.concat(["autotest"

[Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Björn Schäpers
Hi, I've added a AutotestRunner to my Project, but it does not show up in the Creator, I think this is because it does not create a binary, right? I've not looked into the code, but how feasible would it be to give the Creator a fake executable to run the tests? Another idea I had, but not