-
I want to test utilsVersion.cpp. The test is utilsVersion_t.h. I believe I have to cutomize testmanager.cpp (comment lines with unwanted tests). But after build of txs with msys2 I can't find testmanager.o. What do I have to do? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
when you build a debug build (qmake CONFIG+=debug ...), the testmanager is build and automatically started on first run. |
Beta Was this translation helpful? Give feedback.
-
the |
Beta Was this translation helpful? Give feedback.
-
I made a debug version from 4.3.0beta1-32-gc966dbca8 (current upstream/master) and run txs with --execute-tests. Result showed 17 Fails. Is this normal? A test of my version gives same result (none in updateCheck and utilsVersion). Just in case I give a screenshot: |
Beta Was this translation helpful? Give feedback.
when you build a debug build (qmake CONFIG+=debug ...), the testmanager is build and automatically started on first run.
--execute-tests
,--execute-all-tests
and--disable-tests
influence the behavior.