Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 12.0.0
-
None
-
-
5af310b4f (master)
Description
preconditions:
- Ubuntu 22.04.3 LTS
- qt creator installed from qt maintenance tool
steps to reproduce
- launch qt creator
- choose an empty session
- click file->new project...
- select testproject->qt test project
- save your new project to /tmp
- all other things in the wizard can be left as-is
- at this point you can build->run to make sure the project works
- click file->new file
- select test case
actual behaviour: the test frameworks offered are: google test, qt quick test, boost test, catch2
expected behaviour: qt test should be offered as a test framework as well
thank you in advance for the fix
Attachments
Issue Links
- relates to
-
QTBUG-23067 QTest::qExec - better support for multiple test suites
- Closed