Re: [Qbs] AutotestRunner in QtCreator

2020-11-30 Thread Christian Stenger
Christian From: Qbs on behalf of Björn Schäpers Sent: Tuesday, December 1, 2020 8:36 AM To: Иван Комиссаров Cc: qbs Subject: Re: [Qbs] AutotestRunner in QtCreator Am 29.11.2020 um 12:37 schrieb Иван Комиссаров: > I personally use the «tests» tab (on the

Re: [Qbs] AutotestRunner in QtCreator

2020-11-30 Thread Björn Schäpers
Am 29.11.2020 um 12:37 schrieb Иван Комиссаров: I personally use the «tests» tab (on the bottom panel) in QtCreator - it allows to run all tests (similar to building AutotestRunner) as well as running tests in single file. Similar to AutotestRunner, QtC recognizes products with the tag

Re: [Qbs] AutotestRunner in QtCreator

2020-11-29 Thread Иван Комиссаров
I personally use the «tests» tab (on the bottom panel) in QtCreator - it allows to run all tests (similar to building AutotestRunner) as well as running tests in single file. Similar to AutotestRunner, QtC recognizes products with the tag «autotest» as tests Ivan > 28 нояб. 2020 г., в 20:44,

Re: [Qbs] AutotestRunner in QtCreator

2020-11-28 Thread Björn Schäpers
Am 24.11.2020 um 14:19 schrieb 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,

Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Richard Weickelt
k on the autotest-runner product and in the context menu click on Build or Rebuild. You can also set the builtByDefault property to true, then it is built when hitting ctrl-b. > > -Original Message- > From: "Björn Schäpers" > To: qbs@qt-project.org > Sent: Tue, 24 N

Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Björn Schäpers
roduct X", if it's not a run target. -Original Message- From: "Björn Schäpers" To: qbs@qt-project.org Sent: Tue, 24 Nov 2020 9:21 Subject: [Qbs] AutotestRunner in QtCreator Hi, I've added a AutotestRunner to my Project, but it does not show up in the Creator, I think this is

Re: [Qbs] AutotestRunner in QtCreator

2020-11-24 Thread Richard Weickelt
["autotest"]) // ... 2. Build the AutorestRunner product explicitly. It will not show up under "run". -Original Message- From: "Björn Schäpers" To: qbs@qt-project.org Sent: Tue, 24 Nov 2020 9:21 Subject: [Qbs] AutotestRunner in QtCreator Hi, I

[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