When I run tests on a remote system, Jetson Nano in this case, but could be a server,
m@nano:~/build/4.1.2-RELEASE/build/bin$ ./opencv_test_cudaarithm
(...)
TEST: Skip tests with tags: 'mem_6gb', 'verylong'
So the questions are: how not to skip those tests? i.e. is there a command line arguments which can add remove those cases?
The second is: when the test fail how to see the exact full input to the test.
The third: is currently a way to run tests with a fake display or to skip those requiring to have one?