Providing QTest command line options when run on Android?
Unsolved
Mobile and Embedded
-
For my Desktop Build & Run target, I have the possibility of providing command line arguments for the executable. In this case I have a benchmark test, where I specify the number of iterations desired by setting
-iterations n
as a command line argument.On the Android Build & Run target however, there doesn't seem to be any way of specifying command line options for the executable and afaict the docs doesn't provide an alternative way of setting this information at runtime for Android.
Any pointers on how to solve this problem is much appreciated.