Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.10.0
-
None
Description
Opening Qt 3d project, none of the auto unit tests for the qt3dinput module appear as runnable targets and others are missing (in the qt3drender module, auto unit tests raycasting and raycaster appear, but not raycastingjob).
- Build qt3d as developer build
- import build in qt creator
- change make to do a 'make all' (if build was configured to skip tests)
- build the project
All the targets are built but some don't appear in the list of targets when selecting the run configuration.
"make check" on the command line DOES run all the tests