If the testrunner fails to find the plugin for a given tests, it prints the following erro message:
2: [testrunner] cannot load plugin myTest.so; error (load) : myTest.so: cannot open shared object file: No such file or directory
But the final output is:
2: ---------- results -----------
2: Total number of test suites : 1
2: Number of passed test suites : 1
2: Number of failed test suites : 0
2: Total number of test cases : 0
2: Number of passed test cases : 0
2: Number of failed test cases : 0
A test that was impossible to load should count as a failed test.